Added support for module-bays within modules (#2944)

* Update moduletype.json

added Module bays to module types

* Create EX9200-MPC.yaml
This commit is contained in:
Harry
2025-04-06 01:25:44 +01:00
committed by GitHub
parent 4eab4faaca
commit a918baed8b
2 changed files with 15 additions and 0 deletions

View File

@@ -60,6 +60,12 @@
"$ref": "urn:devicetype-library:components#/definitions/rear-port"
}
},
"module-bays": {
"type": "array",
"items": {
"$ref": "urn:devicetype-library:components#/definitions/module-bay"
}
},
"description": {
"type": "string"
},