Skip to content

Commit

Permalink
Refactor cron values in validate-input.json and list-tasks/validate-o…
Browse files Browse the repository at this point in the history
…utput.json
  • Loading branch information
stephdl committed Sep 24, 2024
1 parent a457112 commit b767e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions imageroot/actions/create-task/validate-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,7 @@
"cron": {
"type": "string",
"title": "Cron task",
"description": "Start a task by a cron",
"enum": [
"",
"5m",
"10m",
"15m",
"30m",
"45m",
"1h"
]
"description": "Start a task by a cron"
},
"task_id": {
"type": "string",
Expand Down
11 changes: 1 addition & 10 deletions imageroot/actions/list-tasks/validate-output.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,7 @@
"type": "string"
},
"cron": {
"type": "string",
"enum": [
"",
"5m",
"10m",
"15m",
"30m",
"45m",
"1h"
]
"type": "string"
},
"folder_inbox": {
"type": "string"
Expand Down

0 comments on commit b767e21

Please sign in to comment.