mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
20 lines
315 B
JSON
20 lines
315 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"command": {
|
|
"type" : "string",
|
|
"required" : true,
|
|
"enum" : ["processing"]
|
|
},
|
|
"tan" : {
|
|
"type" : "integer"
|
|
},
|
|
"mappingType": {
|
|
"type" : "string",
|
|
"enum" : ["multicolor_mean", "unicolor_mean"]
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|