noshua

Results 2 issues of noshua

**Is your feature request related to a problem? Please describe.** When using springdoc-openapi together with openapi-generator and it's jackson-databind-nullable the generated swagger-ui for nullable fields is broken. Instead of showing...

Currently the swagger documentation doesn't show if an attributes can be patched to null using JsonNullable because the nullable attribute wasn't added to the @Schema annotation. ### PR checklist -...