From f483ea6322cf5c23fda96e2e252b0020c1889c2c Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 7 Sep 2022 14:44:14 -0500 Subject: [PATCH] Updating config schema --- config.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.schema.json b/config.schema.json index 47094aa..6fb3af8 100644 --- a/config.schema.json +++ b/config.schema.json @@ -43,7 +43,7 @@ "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 }