- Fix infinite loop on generating strings
- Fix infinite loop in generating arrays constrained to less than three items
- Support maxItems
- Recognize "number" type
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
When generating an example for a schema containing anyOf, oneof or allOf
sub schema alternatives, pick a random sub schema and continue generating
examples for that one.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>