From 2bc27d576c33cf60773aab8065b4dfae36ce74cb Mon Sep 17 00:00:00 2001 From: Harry Date: Thu, 13 Mar 2025 22:01:13 +0000 Subject: [PATCH] Update moduletype.json added Module bays to module types --- schema/moduletype.json | 6 ++++++ 1 file changed, 6 insertions(+) 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" },