Disable JSR-303 annotation processing in springdoc
How can I disable JSR-303 annotation processing in springdoc for specific fields? I have the following request class MyRequestTO where the field name is actually optional. The @NotBlank annotation is …