OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Is your feature request related to a problem? Please describe.
In a PATCH request, it's necessary to distinguish between a field not being present and being given a null value, so it would be problematic that we can't use JsonNullable in the request body.
Describe the solution you'd like
Add openApiNullable option (spring for java has it)
Is your feature request related to a problem? Please describe.
In a PATCH request, it's necessary to distinguish between a field not being present and being given a null value, so it would be problematic that we can't use JsonNullable in the request body.
Describe the solution you'd like
Add openApiNullable option (spring for java has it)
Describe alternatives you've considered
Additional context