You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
sigpwned
changed the title
BUG: Validation annotations minLength and maxLength not generated for array types
BUG: JSR 303 annotations not generated for array types when minLength and/or maxLength are present
Mar 5, 2025
sigpwned
added a commit
to sigpwned/jsonschema2pojo
that referenced
this issue
Mar 5, 2025
I am using the following JSON Schema:
This is generating the following Java Bean:
I expect the
private byte[] bytes
field to have the following annotations:It is currently missing the
@Size
annotation.The text was updated successfully, but these errors were encountered: