Melroy Tellis

Results 4 comments of Melroy Tellis

@jinsoo960 Arrays can be validated with minItems/maxItems while Strings can be validated with minLength/maxLength as per the JSON Schema specification. There is an implicit type check (`list/tuple` for minItems/maxItems, `str`...

Both `minItems/maxItems` and `minLength/maxLength` are using the same generator function `create_variable_with_length`, this generator function defines a variable `{variable}_len` to hold the length of the passed variable. This variable is defined...

@horejsek - I have raised a PR for this.

@tedwardd - I'm interested in working on this feature as part of Hacktoberfest. Can I pick it up?