mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
Added schema property titles
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
"$ref":"ControlPropertiesConfigSchema.json#definitions/ControlPropertiesConfig"
|
"$ref":"ControlPropertiesConfigSchema.json#definitions/ControlPropertiesConfig"
|
||||||
},
|
},
|
||||||
"volumeControls":{
|
"volumeControls":{
|
||||||
|
"title": "Volume Controls",
|
||||||
"type":"object",
|
"type":"object",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type":"object",
|
"type":"object",
|
||||||
@@ -25,30 +26,35 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"inputSlots":{
|
"inputSlots":{
|
||||||
|
"title": "Input Slots",
|
||||||
"type":"object",
|
"type":"object",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type":"string"
|
"type":"string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outputSlots":{
|
"outputSlots":{
|
||||||
|
"title": "Output Slots",
|
||||||
"type":"object",
|
"type":"object",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type":"string"
|
"type":"string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"inputNames":{
|
"inputNames":{
|
||||||
|
"title": "Input Names",
|
||||||
"type":"object",
|
"type":"object",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type":"string"
|
"type":"string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outputNames":{
|
"outputNames":{
|
||||||
|
"title": "Output Names",
|
||||||
"type":"object",
|
"type":"object",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type":"string"
|
"type":"string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"noRouteText":{
|
"noRouteText":{
|
||||||
|
"title": "No Route Text",
|
||||||
"type":"string"
|
"type":"string"
|
||||||
},
|
},
|
||||||
"inputSlotSupportsHdcp2":{
|
"inputSlotSupportsHdcp2":{
|
||||||
@@ -63,9 +69,11 @@
|
|||||||
"type":"object",
|
"type":"object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"OutLevel":{
|
"OutLevel":{
|
||||||
|
"title": "Output Level",
|
||||||
"type":"integer"
|
"type":"integer"
|
||||||
},
|
},
|
||||||
"isVolumeControlPoint":{
|
"isVolumeControlPoint":{
|
||||||
|
"title": "Volume Control Point?",
|
||||||
"type":"boolean"
|
"type":"boolean"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user