mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Added schema property titles
This commit is contained in:
parent
1ccdeda5ed
commit
a17703482e
1 changed files with 8 additions and 0 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue