Fix inline allOf in request body (#12348)

* fix inline allof in request body

* update samples
This commit is contained in:
William Cheng
2022-05-12 12:51:36 +08:00
committed by GitHub
parent 5867845419
commit d135f1992e
12 changed files with 63 additions and 18 deletions

View File

@@ -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: