diff --git a/schema/moduletype.json b/schema/moduletype.json index 25d434d5f..7b0333797 100644 --- a/schema/moduletype.json +++ b/schema/moduletype.json @@ -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" },