Upgrades swagger parser to 2.1.1, allows ingestion of 3.1.0 specs (#13133)

* Upgrades swagger-parser

* Removes additional property and halting of spec processing

* Updates tests

* Docs updated
This commit is contained in:
Justin Black
2022-09-17 08:33:47 -07:00
committed by GitHub
parent 62d29c3be3
commit 43375b9392
71 changed files with 1293 additions and 40 deletions

View File

@@ -2350,20 +2350,27 @@ components:
breed:
type: string
type: object
example: null
Cat_allOf:
properties:
declawed:
type: boolean
type: object
example: null
ArrayOfInlineAllOf_array_allof_dog_property_inner_allOf:
properties:
breed:
type: string
type: object
ArrayOfInlineAllOf_array_allof_dog_property_inner_allOf_1:
properties:
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'
- $ref: '#/components/schemas/ArrayOfInlineAllOf_array_allof_dog_property_inner_allOf_1'
securitySchemes:
petstore_auth:
flows: