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

@@ -8,6 +8,8 @@ servers:
paths:
/nullable-array-test:
get:
description: ""
operationId: ""
parameters: []
responses:
"200":
@@ -17,6 +19,8 @@ paths:
items:
$ref: '#/components/schemas/ByteArrayObject'
type: array
description: ""
summary: ""
x-accepts: application/json
components:
schemas:

View File

@@ -14,6 +14,8 @@ Method | HTTP request | Description
### Example
```java

View File

@@ -49,7 +49,7 @@ public class DefaultApi {
/**
*
*
* <p><b>200</b>
* <p><b>200</b> -
* @return List&lt;ByteArrayObject&gt;
* @throws WebClientResponseException if an error occurs while attempting to invoke the API
*/
@@ -79,7 +79,7 @@ public class DefaultApi {
/**
*
*
* <p><b>200</b>
* <p><b>200</b> -
* @return List&lt;ByteArrayObject&gt;
* @throws WebClientResponseException if an error occurs while attempting to invoke the API
*/