Add sane_default to the schema

pull/7/head
Alexandre Dulaunoy 2017-03-13 08:22:28 +01:00
parent 6185e68498
commit bd79ee4224
1 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,13 @@
"type": "string"
}
},
"sane_default": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"multiple": {
"type": "boolean"
},