From 567bc7a5f2938a5f9e1ec3d57a59bc12c9e3fbbf Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 23 Nov 2023 19:14:33 +0200 Subject: [PATCH] Config schema: Don't require any properties --- config/config-schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config-schema.json b/config/config-schema.json index 5d9f2aa..356600a 100644 --- a/config/config-schema.json +++ b/config/config-schema.json @@ -30,7 +30,6 @@ "description": "The time you stop working. Can either be 'now' or a time" } }, - "required": ["lunchBreakDuration", "workDayDuration", "startTime"], "additionalProperties": false, "description": "Default values for inputs" },