From 4ca989280c7defa50d1749f1356a48e789399eb1 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 26 Dec 2025 11:21:53 -0600 Subject: [PATCH] switch interval and timer to new namespace --- schema/modules.schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/schema/modules.schema.json b/schema/modules.schema.json index 9513da2..7d3fb79 100644 --- a/schema/modules.schema.json +++ b/schema/modules.schema.json @@ -48,13 +48,13 @@ }, { "type": "object", - "title": "IntervalModule", + "title": "TimeIntervalModule", "properties": { "id": { "type": "string" }, "type": { - "const": "gen.interval" + "const": "time.interval" }, "params": { "type": "object", @@ -72,13 +72,13 @@ }, { "type": "object", - "title": "TimerModule", + "title": "TimeTimerModule", "properties": { "id": { "type": "string" }, "type": { - "const": "gen.timer" + "const": "time.timer" }, "params": { "type": "object",