forked from loafle/openapi-generator-original
[Python] Handle nullable list items (#17594)
* fix nullable elements * update type info in docs * update examples
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**array_of_string** | **List[str]** | | [optional]
|
||||
**array_of_nullable_float** | **List[float]** | | [optional]
|
||||
**array_array_of_integer** | **List[List[int]]** | | [optional]
|
||||
**array_array_of_model** | **List[List[ReadOnlyFirst]]** | | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user