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 77f17aa commit fcecfdcCopy full SHA for fcecfdc
1 file changed
modules/openapi-generator/src/test/resources/3_0/oneof_polymorphism_and_inheritance.yaml
@@ -209,20 +209,6 @@ components:
209
properties:
210
length:
211
type: integer
212
- Animal:
213
- oneOf:
214
- - $ref: '#/components/schemas/Dog'
215
- - $ref: '#/components/schemas/Cat'
216
- Cat:
217
- type: object
218
- properties:
219
- declawed:
220
- type: boolean
221
- Dog:
222
223
224
- bark:
225
226
227
requestBodies:
228
Foo:
@@ -249,4 +235,4 @@ components:
249
235
schema:
250
236
type: array
251
237
items:
252
- $ref: '#/components/schemas/FooRefOrValue'
238
+ $ref: '#/components/schemas/FooRefOrValue'
0 commit comments