mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 08:23:33 +01:00
Add missing subdevice_role attribute to schema
This commit is contained in:
parent
540d88760e
commit
2365e49146
@ -20,6 +20,13 @@
|
||||
"is_full_depth": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"subdevice_role": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"parent",
|
||||
"child"
|
||||
]
|
||||
},
|
||||
"console-ports": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
Loading…
Reference in New Issue
Block a user