mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 01:26:12 +00:00
[Python] Handle nullable dictionary values (#17605)
* fix nullable elements in maps * update examples * exclude values typed as Any
This commit is contained in:
@@ -16,8 +16,8 @@ Name | Type | Description | Notes
|
||||
**array_and_items_nullable_prop** | **List[Optional[object]]** | | [optional]
|
||||
**array_items_nullable** | **List[Optional[object]]** | | [optional]
|
||||
**object_nullable_prop** | **Dict[str, object]** | | [optional]
|
||||
**object_and_items_nullable_prop** | **Dict[str, object]** | | [optional]
|
||||
**object_items_nullable** | **Dict[str, object]** | | [optional]
|
||||
**object_and_items_nullable_prop** | **Dict[str, Optional[object]]** | | [optional]
|
||||
**object_items_nullable** | **Dict[str, Optional[object]]** | | [optional]
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user