diff --git a/scheduled_task/specs/service-spec.json.tpl b/scheduled_task/specs/service-spec.json.tpl index b5e07068..4ffc81ac 100644 --- a/scheduled_task/specs/service-spec.json.tpl +++ b/scheduled_task/specs/service-spec.json.tpl @@ -121,6 +121,9 @@ { "const": "0 0 * * *", "title": "Every day (midnight)" + }, + { + "type": "string" } ], "description": "Specify how often the task should run. You can select a predefined option or enter a standard cron expression for custom schedules.",