-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Milestone
Description
Original author: [email protected] (October 31, 2012 10:56:20)
The schema properties minLength and maxLength can be used to constrain the length of a string property value. JSR-303 has similar support in the @SiZe annotation so it would be good to include this during generation. We're currently using @SiZe for minItems/maxItems only.
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=78