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