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

Basic impl for fixed-arrays

parent 34a4e217
Branches
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -59,6 +59,24 @@ ...@@ -59,6 +59,24 @@
"minItems": 2 "minItems": 2
}, },
"valid": true "valid": true
},
{
"description": "should handle fixed arrays",
"schema": {
"type": "array",
"items": [
{
"type": "integer"
},
{
"type": "boolean"
},
{
"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