From 0848d8ab6e06860cd0e3399c8474bbc150d8be2e Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 8 Mar 2026 09:36:31 -0500 Subject: [PATCH] add descriptions to time module params --- schema/modules.schema.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/schema/modules.schema.json b/schema/modules.schema.json index 48ae772..cd5f0b7 100644 --- a/schema/modules.schema.json +++ b/schema/modules.schema.json @@ -65,7 +65,8 @@ "properties": { "duration": { "title": "Duration", - "type": "integer" + "type": "integer", + "description": "Interval duration in milliseconds" } }, "required": ["duration"], @@ -91,7 +92,8 @@ "properties": { "duration": { "title": "Duration", - "type": "integer" + "type": "integer", + "description": "Timer duration in milliseconds" } }, "required": ["duration"],