mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-17 06:09:07 +00:00
* do not add non-nullable fields to model json This fix would avoid adding and sending fields that are not isNullable in the request. * updated sample for issue #2535