mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
24 lines
409 B
JSON
24 lines
409 B
JSON
|
{
|
||
|
"type":"object",
|
||
|
"script" : "random.py",
|
||
|
"title":"Random",
|
||
|
"required":true,
|
||
|
"properties":{
|
||
|
"speed": {
|
||
|
"type": "number",
|
||
|
"title":"Speed",
|
||
|
"default": 1.0,
|
||
|
"minimum" : 0.0,
|
||
|
"propertyOrder" : 1
|
||
|
},
|
||
|
"saturation": {
|
||
|
"type": "number",
|
||
|
"title":"Saturation",
|
||
|
"default": 1.0,
|
||
|
"minimum" : 0.0,
|
||
|
"propertyOrder" : 2
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|