We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64355ae commit 9acdc96Copy full SHA for 9acdc96
specs/ingestion/common/schemas/task.yml
@@ -18,10 +18,6 @@ Task:
18
# lastCursorValue:
19
# type: integer
20
# format: int64
21
- lastRun:
22
- type: string
23
- nextRun:
24
25
createdAt:
26
$ref: './common.yml#/createdAt'
27
updatedAt:
@@ -102,7 +98,13 @@ Trigger:
102
98
properties:
103
99
type:
104
100
$ref: '#/TriggerType'
105
- frequency:
101
+ cron:
+ type: string
+ lastRun:
+ description: The last time the task ran (`scheduled` or `on-demand`).
106
+ nextRun:
107
+ description: The next scheduled run for the task (`scheduled`).
108
type: string
109
required:
110
- type
0 commit comments