From bf1d557e6b1b6148715fc7b15a1d02aa4bba0ae5 Mon Sep 17 00:00:00 2001 From: Bram Date: Fri, 20 Sep 2024 08:43:08 +0200 Subject: [PATCH] feat: add description to model schema --- profile_library/model_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile_library/model_schema.json b/profile_library/model_schema.json index cd8f48d09..9a0b5857c 100644 --- a/profile_library/model_schema.json +++ b/profile_library/model_schema.json @@ -18,6 +18,10 @@ "type": "string", "description": "The full name" }, + "description": { + "type": "string", + "description": "A short description of the device" + }, "standby_power": { "type": "number", "minimum": 0.05,