Skip to main content
Sign in
Snippets Groups Projects
Commit 4a7662d5 authored by Alvaro Cabrera's avatar Alvaro Cabrera
Browse files

Basic impl for additionalItems

parent ffd4549a
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
...@@ -77,6 +77,15 @@ ...@@ -77,6 +77,15 @@
] ]
}, },
"valid": true "valid": true
},
{
"description": "should handle additionalItems",
"schema": {
"type": "array",
"additionalItems": { "type": ["string", "boolean"] }
},
"valid": true,
"debug": 1
} }
] ]
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment