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"
|
||||
},
|
||||
"volumeControls":{
|
||||
"title": "Volume Controls",
|
||||
"type":"object",
|
||||
"additionalProperties": {
|
||||
"type":"object",
|
||||
|
|
@ -25,30 +26,35 @@
|
|||
}
|
||||
},
|
||||
"inputSlots":{
|
||||
"title": "Input Slots",
|
||||
"type":"object",
|
||||
"additionalProperties": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
"outputSlots":{
|
||||
"title": "Output Slots",
|
||||
"type":"object",
|
||||
"additionalProperties": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
"inputNames":{
|
||||
"title": "Input Names",
|
||||
"type":"object",
|
||||
"additionalProperties": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
"outputNames":{
|
||||
"title": "Output Names",
|
||||
"type":"object",
|
||||
"additionalProperties": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
"noRouteText":{
|
||||
"title": "No Route Text",
|
||||
"type":"string"
|
||||
},
|
||||
"inputSlotSupportsHdcp2":{
|
||||
|
|
@ -63,9 +69,11 @@
|
|||
"type":"object",
|
||||
"properties": {
|
||||
"OutLevel":{
|
||||
"title": "Output Level",
|
||||
"type":"integer"
|
||||
},
|
||||
"isVolumeControlPoint":{
|
||||
"title": "Volume Control Point?",
|
||||
"type":"boolean"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue