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 324a41c commit 3b328c7Copy full SHA for 3b328c7
openapi-generator-utils/treepots/treepots.yaml
@@ -119,9 +119,29 @@ components:
119
ObjWithEnums:
120
type: object
121
properties:
122
+ IProp:
123
+ $ref: "#/components/schemas/IntEnum"
124
+ LProp:
125
+ $ref: "#/components/schemas/LongEnum"
126
SProp:
127
$ref: "#/components/schemas/StringEnum"
128
129
+ IntEnum:
130
+ type: integer
131
+ format: int32
132
+ enum:
133
+ - 1
134
+ - 2
135
+ - 3
136
+
137
+ LongEnum:
138
139
+ format: int64
140
141
+ - 20
142
+ - 30
143
+ - 40
144
145
StringEnum:
146
type: string
147
enum:
0 commit comments