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

Fixed impl for additionalItems

parent 159babc0
Branches
Tags
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -82,6 +82,8 @@
"description": "should handle additionalItems",
"schema": {
"type": "array",
"minItems": 20,
"maxItems": 30,
"additionalItems": { "type": ["string", "boolean"] }
},
"valid": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment