mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
Add schedules key to specificItems in wmill.schema.json
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user