Update moduletype.json

added Module bays to module types
This commit is contained in:
Harry 2025-03-13 22:01:13 +00:00 committed by GitHub
parent ab6f1a1714
commit 2bc27d576c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
},