mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +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:
@@ -466,6 +466,11 @@ components:
|
||||
type: string
|
||||
nullable: true
|
||||
type: array
|
||||
array_string_extension_nullable:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
x-nullable: true
|
||||
string_nullable:
|
||||
nullable: true
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user