From 51b82fc8d2c8fa225e18a37d008917ae95e9b040 Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 7 Sep 2022 14:44:14 -0500 Subject: [PATCH] Updating config schema asdf --- config.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.schema.json b/config.schema.json index 47094aa..4ff5046 100644 --- a/config.schema.json +++ b/config.schema.json @@ -37,13 +37,13 @@ "items": { "type": "object", "properties": { - "ip": { + "name": { "title": "Name", "type": "string", "required": true }, "cron": { - "title": "Poll Delay in MS", + "title": "Cron Schedule", "type": "string", "required": false } @@ -69,7 +69,7 @@ "required": true }, "cron": { - "title": "Poll Delay in MS", + "title": "Cron Schedule", "type": "string", "required": false }