forked from loafle/openapi-generator-original
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:
@@ -14,6 +14,7 @@ to test the default value of properties
|
||||
|**arrayIntegerDefault** | **List<Integer>** | | [optional] |
|
||||
|**arrayString** | **List<String>** | | [optional] |
|
||||
|**arrayStringNullable** | **List<String>** | | [optional] |
|
||||
|**arrayStringExtensionNullable** | **List<String>** | | [optional] |
|
||||
|**stringNullable** | **String** | | [optional] |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user