Add missing subdevice_role attribute to schema

This commit is contained in:
Jeremy Stretch 2019-12-19 13:41:43 -05:00
parent 540d88760e
commit 2365e49146

View File

@ -20,6 +20,13 @@
"is_full_depth": {
"type": "boolean"
},
"subdevice_role": {
"type": "string",
"enum": [
"parent",
"child"
]
},
"console-ports": {
"type": "array",
"items": {