fix the schema (a problem with condition)

This commit is contained in:
Romain Beaumont 2015-05-14 20:10:49 +02:00
parent d3917ad5bc
commit 55e820aa92

View File

@ -67,7 +67,7 @@
"values": {
"type": "array",
"items": {
"type": ["integer","boolean"]
"type": ["integer","boolean","string"]
},
"additionalItems": false,
"minItems": 1