mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 14:17:11 +00:00
Better handling of x-nullable in codegen property (#14800)
* add failed tests * add logic to handle x-nullable in property * update samples * update test
This commit is contained in:
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
|
||||
**array_integer_default** | **List[int]** | | [optional] [default to [1,3]]
|
||||
**array_string** | **List[str]** | | [optional]
|
||||
**array_string_nullable** | **List[str]** | | [optional]
|
||||
**array_string_extension_nullable** | **List[str]** | | [optional]
|
||||
**string_nullable** | **str** | | [optional]
|
||||
|
||||
## Example
|
||||
|
||||
Reference in New Issue
Block a user