Update parser to 2.0.29 (#11388)

* update parser to 2.0.29

* better handling of null in dereferencing

* update parser to 2.0.30

* update core to newer version

* add new files

* rollback to previous stable version

* remove files

* Fixes for python-experimental NullableShape component

Co-authored-by: Justin Black <justin.a.black@gmail.com>
This commit is contained in:
William Cheng
2022-02-21 18:37:52 +08:00
committed by GitHub
parent bdb037cce1
commit df05e6f4bc
264 changed files with 6461 additions and 27 deletions

View File

@@ -53,6 +53,7 @@ paths:
x-accepts: application/json
/pet:
post:
description: ""
operationId: addPet
requestBody:
$ref: '#/components/requestBodies/Pet'
@@ -71,6 +72,7 @@ paths:
x-contentType: application/json
x-accepts: application/json
put:
description: ""
operationId: updatePet
requestBody:
$ref: '#/components/requestBodies/Pet'
@@ -186,6 +188,7 @@ paths:
x-accepts: application/json
/pet/{petId}:
delete:
description: ""
operationId: deletePet
parameters:
- explode: false
@@ -251,6 +254,7 @@ paths:
- pet
x-accepts: application/json
post:
description: ""
operationId: updatePetWithForm
parameters:
- description: ID of pet that needs to be updated
@@ -291,6 +295,7 @@ paths:
x-accepts: application/json
/pet/{petId}/uploadImage:
post:
description: ""
operationId: uploadFile
parameters:
- description: ID of pet to update
@@ -354,6 +359,7 @@ paths:
x-accepts: application/json
/store/order:
post:
description: ""
operationId: placeOrder
requestBody:
content:
@@ -457,6 +463,7 @@ paths:
x-accepts: application/json
/user/createWithArray:
post:
description: ""
operationId: createUsersWithArrayInput
requestBody:
$ref: '#/components/requestBodies/UserArray'
@@ -470,6 +477,7 @@ paths:
x-accepts: application/json
/user/createWithList:
post:
description: ""
operationId: createUsersWithListInput
requestBody:
$ref: '#/components/requestBodies/UserArray'
@@ -483,6 +491,7 @@ paths:
x-accepts: application/json
/user/login:
get:
description: ""
operationId: loginUser
parameters:
- description: The user name for login
@@ -534,6 +543,7 @@ paths:
x-accepts: application/json
/user/logout:
get:
description: ""
operationId: logoutUser
responses:
default:
@@ -565,6 +575,7 @@ paths:
- user
x-accepts: application/json
get:
description: ""
operationId: getUserByName
parameters:
- description: The name that needs to be fetched. Use user1 for testing.
@@ -1047,6 +1058,7 @@ paths:
x-accepts: '*/*'
/fake/jsonFormData:
get:
description: ""
operationId: testJsonFormData
requestBody:
$ref: '#/components/requestBodies/inline_object_4'
@@ -1074,6 +1086,7 @@ paths:
x-accepts: application/json
/fake/inline-additionalProperties:
post:
description: ""
operationId: testInlineAdditionalProperties
requestBody:
content:
@@ -1248,6 +1261,7 @@ paths:
x-accepts: application/json
/fake/{petId}/uploadImageWithRequiredFile:
post:
description: ""
operationId: uploadFileWithRequiredFile
parameters:
- description: ID of pet to update