2016-05-26 23:44:27 +02:00
|
|
|
{
|
2016-07-16 20:33:09 +02:00
|
|
|
"type" : "object",
|
|
|
|
"required" : true,
|
|
|
|
"properties" :
|
|
|
|
{
|
2016-12-23 19:37:35 +01:00
|
|
|
"general" :
|
2016-07-16 20:33:09 +02:00
|
|
|
{
|
2017-07-30 13:32:10 +02:00
|
|
|
"$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"
|
|
|
|
},
|
2023-02-19 09:36:39 +01:00
|
|
|
"grabberAudio" :
|
|
|
|
{
|
|
|
|
"$ref": "schema-grabberAudio.json"
|
|
|
|
},
|
2017-07-30 13:32:10 +02:00
|
|
|
"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"
|
|
|
|
},
|
2018-12-28 18:12:45 +01:00
|
|
|
"flatbufServer":
|
|
|
|
{
|
|
|
|
"$ref": "schema-flatbufServer.json"
|
|
|
|
},
|
2019-02-17 15:26:11 +01:00
|
|
|
"protoServer" :
|
|
|
|
{
|
|
|
|
"$ref": "schema-protoServer.json"
|
|
|
|
},
|
2017-07-30 13:32:10 +02:00
|
|
|
"boblightServer" :
|
|
|
|
{
|
|
|
|
"$ref": "schema-boblightServer.json"
|
|
|
|
},
|
|
|
|
"webConfig" :
|
|
|
|
{
|
|
|
|
"$ref": "schema-webConfig.json"
|
|
|
|
},
|
|
|
|
"effects" :
|
|
|
|
{
|
|
|
|
"$ref": "schema-effects.json"
|
|
|
|
},
|
2018-12-27 23:11:32 +01:00
|
|
|
"instCapture":
|
|
|
|
{
|
|
|
|
"$ref": "schema-instCapture.json"
|
|
|
|
},
|
2019-07-12 16:54:26 +02:00
|
|
|
"network":
|
|
|
|
{
|
|
|
|
"$ref": "schema-network.json"
|
|
|
|
},
|
2017-07-30 13:32:10 +02:00
|
|
|
"ledConfig":
|
|
|
|
{
|
|
|
|
"$ref": "schema-ledConfig.json"
|
|
|
|
},
|
|
|
|
"leds":
|
|
|
|
{
|
|
|
|
"$ref": "schema-leds.json"
|
2016-07-16 20:33:09 +02:00
|
|
|
}
|
|
|
|
},
|
2017-07-30 13:32:10 +02:00
|
|
|
"additionalProperties" : false
|
2016-05-26 23:44:27 +02:00
|
|
|
}
|