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"],