Skip to content
Snippets Groups Projects
Commit 197cb6b5 authored by Alvaro Cabrera Durán's avatar Alvaro Cabrera Durán
Browse files

Cleanup

parent 50ad7e9e
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
{
"description": "it will always generate two items",
"schema": "schemas.0",
"length": 2,
"count": 2,
"valid": true
}
]
......
......@@ -16,7 +16,7 @@
"minItems": 1,
"maxItems": 1
},
"length": 1
"count": 1
},
{
"description": "setting maxLength should truncate schema, not override",
......@@ -30,7 +30,7 @@
"set": {
"maxLength": 20
},
"length": 1
"count": 1
}
]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment