We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f76595 commit 0c11589Copy full SHA for 0c11589
openapi-generator-utils/treepots/treepots.yaml
@@ -137,9 +137,29 @@ components:
137
ObjWithEnums:
138
type: object
139
properties:
140
+ IProp:
141
+ $ref: "#/components/schemas/IntEnum"
142
+ LProp:
143
+ $ref: "#/components/schemas/LongEnum"
144
SProp:
145
$ref: "#/components/schemas/StringEnum"
146
147
+ IntEnum:
148
+ type: integer
149
+ format: int32
150
+ enum:
151
+ - 1
152
+ - 2
153
+ - 3
154
+
155
+ LongEnum:
156
157
+ format: int64
158
159
+ - 20
160
+ - 30
161
+ - 40
162
163
StringEnum:
164
type: string
165
enum:
0 commit comments