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 12747b5 commit d25921cCopy full SHA for d25921c
specs/ingestion/common/schemas/task.yml
@@ -98,7 +98,7 @@ TaskUpdate:
98
destinationID:
99
$ref: './common.yml#/destinationID'
100
trigger:
101
- $ref: '#/TriggerInput'
+ $ref: '#/TriggerUpdateInput'
102
input:
103
$ref: '#/TaskInput'
104
enabled:
@@ -151,6 +151,16 @@ TriggerInput:
151
required:
152
- type
153
154
+TriggerUpdateInput:
155
+ type: object
156
+ additionalProperties: false
157
+ description: The trigger input for a task update.
158
+ properties:
159
+ cron:
160
+ $ref: '#/Cron'
161
+ required:
162
+ - cron
163
+
164
TriggerType:
165
type: string
166
description: >
0 commit comments