From 2b23296cd9a83e141ee56d54a4564c7265aacc2b Mon Sep 17 00:00:00 2001 From: "windmill-internal-app[bot]" <1429786+windmill-internal-app[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 16:12:58 +0000 Subject: [PATCH] Add `schedules` key to specificItems in wmill.schema.json --- cli/wmill.schema.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/cli/wmill.schema.json b/cli/wmill.schema.json index 6acbd4794b..d2c3e1af9f 100644 --- a/cli/wmill.schema.json +++ b/cli/wmill.schema.json @@ -251,6 +251,13 @@ }, "description": "Trigger path patterns to sync per-workspace" }, + "schedules": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Schedule path patterns to sync per-workspace" + }, "folders": { "type": "array", "items": { @@ -314,6 +321,13 @@ }, "description": "Trigger path patterns to sync per-workspace" }, + "schedules": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Schedule path patterns to sync per-workspace" + }, "folders": { "type": "array", "items": { @@ -361,6 +375,13 @@ }, "description": "Trigger path patterns to sync per-workspace" }, + "schedules": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Schedule path patterns to sync per-workspace" + }, "folders": { "type": "array", "items": { @@ -424,6 +445,13 @@ }, "description": "Trigger path patterns to sync per-workspace" }, + "schedules": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Schedule path patterns to sync per-workspace" + }, "folders": { "type": "array", "items": { @@ -471,6 +499,13 @@ }, "description": "Trigger path patterns to sync per-workspace" }, + "schedules": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Schedule path patterns to sync per-workspace" + }, "folders": { "type": "array", "items": { @@ -534,6 +569,13 @@ }, "description": "Trigger path patterns to sync per-workspace" }, + "schedules": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Schedule path patterns to sync per-workspace" + }, "folders": { "type": "array", "items": {