hyperion.ng/effects/schema/flag.schema.json
2017-04-16 15:25:18 +02:00

28 lines
534 B
JSON

{
"type":"object",
"script" : "flag.py",
"title":"edt_eff_flag_header_title",
"required":true,
"properties":{
"flags": {
"type": "array",
"format": "select",
"title" : "edt_eff_flags_title",
"uniqueItems": true,
"items": {
"type": "string",
"enum": ["de","lt","fr","se","nl"]
},
"propertyOrder" : 1
}
"switch-time": {
"type": "integer",
"title":"edt_eff_switchtime_title",
"default": 5000,
"append" : "edt_append_ms",
"propertyOrder" : 2
}
},
"additionalProperties": false
}