mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
a4811b7e3c
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
93 lines
1.4 KiB
JSON
93 lines
1.4 KiB
JSON
{
|
|
"type" : "object",
|
|
"required" : true,
|
|
"properties" :
|
|
{
|
|
"general" :
|
|
{
|
|
"$ref": "schema-general.json"
|
|
},
|
|
"logger" :
|
|
{
|
|
"$ref": "schema-logger.json"
|
|
},
|
|
"device" :
|
|
{
|
|
"$ref": "schema-device.json"
|
|
},
|
|
"color" :
|
|
{
|
|
"$ref": "schema-color.json"
|
|
},
|
|
"smoothing":
|
|
{
|
|
"$ref": "schema-smoothing.json"
|
|
},
|
|
"grabberV4L2" :
|
|
{
|
|
"$ref": "schema-grabberV4L2.json"
|
|
},
|
|
"framegrabber" :
|
|
{
|
|
"$ref": "schema-framegrabber.json"
|
|
},
|
|
"blackborderdetector" :
|
|
{
|
|
"$ref": "schema-blackborderdetector.json"
|
|
},
|
|
"foregroundEffect" :
|
|
{
|
|
"$ref": "schema-foregroundEffect.json"
|
|
},
|
|
"backgroundEffect" :
|
|
{
|
|
"$ref": "schema-backgroundEffect.json"
|
|
},
|
|
"forwarder" :
|
|
{
|
|
"$ref": "schema-forwarder.json"
|
|
},
|
|
"jsonServer" :
|
|
{
|
|
"$ref": "schema-jsonServer.json"
|
|
},
|
|
"flatbufServer":
|
|
{
|
|
"$ref": "schema-flatbufServer.json"
|
|
},
|
|
"protoServer" :
|
|
{
|
|
"$ref": "schema-protoServer.json"
|
|
},
|
|
"boblightServer" :
|
|
{
|
|
"$ref": "schema-boblightServer.json"
|
|
},
|
|
"webConfig" :
|
|
{
|
|
"$ref": "schema-webConfig.json"
|
|
},
|
|
"effects" :
|
|
{
|
|
"$ref": "schema-effects.json"
|
|
},
|
|
"instCapture":
|
|
{
|
|
"$ref": "schema-instCapture.json"
|
|
},
|
|
"network":
|
|
{
|
|
"$ref": "schema-network.json"
|
|
},
|
|
"ledConfig":
|
|
{
|
|
"$ref": "schema-ledConfig.json"
|
|
},
|
|
"leds":
|
|
{
|
|
"$ref": "schema-leds.json"
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|