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

@@ -870,6 +870,8 @@ null (empty response body)
test inline additionalProperties
### Example
```java
@@ -932,6 +934,8 @@ No authorization required
test json serialization of form data
### Example
```java

View File

@@ -22,6 +22,8 @@ Method | HTTP request | Description
Add a new pet to the store
### Example
```java
@@ -90,6 +92,8 @@ null (empty response body)
Deletes a pet
### Example
```java
@@ -377,6 +381,8 @@ Name | Type | Description | Notes
Update an existing pet
### Example
```java
@@ -447,6 +453,8 @@ null (empty response body)
Updates a pet in the store with form data
### Example
```java
@@ -518,6 +526,8 @@ null (empty response body)
uploads an image
### Example
```java
@@ -591,6 +601,8 @@ Name | Type | Description | Notes
uploads an image (required)
### Example
```java

View File

@@ -217,6 +217,8 @@ No authorization required
Place an order for a pet
### Example
```java

View File

@@ -85,6 +85,8 @@ No authorization required
Creates list of users with given input array
### Example
```java
@@ -147,6 +149,8 @@ No authorization required
Creates list of users with given input array
### Example
```java
@@ -274,6 +278,8 @@ No authorization required
Get user by user name
### Example
```java
@@ -339,6 +345,8 @@ No authorization required
Logs user into the system
### Example
```java
@@ -405,6 +413,8 @@ No authorization required
Logs out current logged in user session
### Example
```java