We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using a null mapping:
openapi-processor-mapping: v7 options: bean-validation: true map: paths: /foo: null: org.openapitools.jackson.nullable.JsonNullable
on a property
properties: bar: nullable: true type: string maxLength: 4
doesn't add the constraint to the generated property.
The text was updated successfully, but these errors were encountered:
test with constraints (#143)
2f05e81
fix missing constraints (#143)
b62ba8d
No branches or pull requests
using a null mapping:
on a property
doesn't add the constraint to the generated property.
The text was updated successfully, but these errors were encountered: