mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
24 lines
289 B
JSON
24 lines
289 B
JSON
{
|
|
"type" : "object",
|
|
"required" : true,
|
|
"properties" :
|
|
{
|
|
"name" :
|
|
{
|
|
"type" : "string",
|
|
"required" : true
|
|
},
|
|
"script" :
|
|
{
|
|
"type" : "string",
|
|
"required" : true
|
|
},
|
|
"args" :
|
|
{
|
|
"type" : "object",
|
|
"required" : true
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|