Skip to content
Snippets Groups Projects
Commit 3edef78e authored by Alvaro Cabrera's avatar Alvaro Cabrera
Browse files

Improved range logic for random() calls; fixes #30

parent 9bd5fe3a
Branches
Tags
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
[
{
"description": "min/max constraints",
"tests": [
{
"description": "should allow minItems > 5",
"schema": {
"type": "array",
"minItems": 10,
"items": {
"type": "string"
}
},
"valid": true
}
]
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment