From 89854b745192a9a75c63aafbd9cb9ad2b1f2943c Mon Sep 17 00:00:00 2001 From: Boian Berberov <7432115+bberberov@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:14:03 +0000 Subject: [PATCH] Updated JSON schema to allow `description` (#1857) --- schema/devicetype.json | 3 +++ schema/moduletype.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/schema/devicetype.json b/schema/devicetype.json index ba1e94e3..62843158 100644 --- a/schema/devicetype.json +++ b/schema/devicetype.json @@ -103,6 +103,9 @@ "$ref": "components.json#/definitions/inventory-item" } }, + "description": { + "type": "string" + }, "comments": { "type": "string" } diff --git a/schema/moduletype.json b/schema/moduletype.json index 6ceb4276..2c0781c8 100644 --- a/schema/moduletype.json +++ b/schema/moduletype.json @@ -58,6 +58,9 @@ "$ref": "components.json#/definitions/rear-port" } }, + "description": { + "type": "string" + }, "comments": { "type": "string" }