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": {