hyperion.ng/effects/schema/flag.schema.json

29 lines
556 B
JSON
Raw Normal View History

2017-04-16 15:25:18 +02:00
{
"type":"object",
"script" : "flag.py",
"title":"edt_eff_flag_header_title",
"required":true,
"properties":{
2017-04-17 12:27:48 +02:00
"countries": {
2017-04-16 15:25:18 +02:00
"type": "array",
"format": "select",
2017-04-17 12:27:48 +02:00
"title" : "edt_eff_countries_title",
2017-04-16 15:25:18 +02:00
"uniqueItems": true,
"items": {
"type": "string",
"enum": ["de","lt","fr","se","nl"]
},
"propertyOrder" : 1
}
"switch-time": {
"type": "integer",
"title":"edt_eff_switchtime_title",
2017-04-17 12:27:48 +02:00
"default": 5,
"minimum" : 1,
"append" : "edt_append_s",
2017-04-16 15:25:18 +02:00
"propertyOrder" : 2
}
},
"additionalProperties": false
}