forked from loafle/openapi-generator-original
Fix inline allOf in request body (#12348)
* fix inline allof in request body * update samples
This commit is contained in:
@@ -2181,9 +2181,7 @@ components:
|
||||
type: string
|
||||
array_allof_dog_property:
|
||||
items:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/Dog_allOf'
|
||||
- $ref: '#/components/schemas/ArrayOfInlineAllOf_array_allof_dog_property_inner_allOf'
|
||||
$ref: '#/components/schemas/ArrayOfInlineAllOf_array_allof_dog_property_inner'
|
||||
type: array
|
||||
required:
|
||||
- name
|
||||
@@ -2348,6 +2346,10 @@ components:
|
||||
color:
|
||||
type: string
|
||||
type: object
|
||||
ArrayOfInlineAllOf_array_allof_dog_property_inner:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/Dog_allOf'
|
||||
- $ref: '#/components/schemas/ArrayOfInlineAllOf_array_allof_dog_property_inner_allOf'
|
||||
securitySchemes:
|
||||
petstore_auth:
|
||||
flows:
|
||||
|
||||
Reference in New Issue
Block a user