Skip to content

Commit fcecfdc

Browse files
committed
Rollback touched file
1 parent 77f17aa commit fcecfdc

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

modules/openapi-generator/src/test/resources/3_0/oneof_polymorphism_and_inheritance.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -209,20 +209,6 @@ components:
209209
properties:
210210
length:
211211
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-
type: object
223-
properties:
224-
bark:
225-
type: boolean
226212

227213
requestBodies:
228214
Foo:
@@ -249,4 +235,4 @@ components:
249235
schema:
250236
type: array
251237
items:
252-
$ref: '#/components/schemas/FooRefOrValue'
238+
$ref: '#/components/schemas/FooRefOrValue'

0 commit comments

Comments
 (0)