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

@@ -2164,11 +2164,13 @@ components:
breed:
type: string
type: object
example: null
Cat_allOf:
properties:
declawed:
type: boolean
type: object
example: null
BigCat_allOf:
properties:
kind:
@@ -2179,6 +2181,7 @@ components:
- jaguars
type: string
type: object
example: null
securitySchemes:
petstore_auth:
flows: