mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 23:06:09 +00:00
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:
@@ -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:
|
||||
|
||||
@@ -14,6 +14,8 @@ Method | HTTP request | Description
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```java
|
||||
|
||||
@@ -49,7 +49,7 @@ public class DefaultApi {
|
||||
/**
|
||||
*
|
||||
*
|
||||
* <p><b>200</b>
|
||||
* <p><b>200</b> -
|
||||
* @return List<ByteArrayObject>
|
||||
* @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<ByteArrayObject>
|
||||
* @throws WebClientResponseException if an error occurs while attempting to invoke the API
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user