Skip to content

Commit ab62319

Browse files
authored
feat(specs): add subscriptionAction to ingestion specs (#4587)
1 parent 72769f1 commit ab62319

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specs/ingestion/common/schemas/task.yml

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Task:
2424
$ref: '#/failureThreshold'
2525
action:
2626
$ref: '#/ActionType'
27+
subscriptionAction:
28+
$ref: '#/ActionType'
2729
cursor:
2830
$ref: './common.yml#/cursor'
2931
notifications:
@@ -102,6 +104,8 @@ TaskCreate:
102104
$ref: './common.yml#/destinationID'
103105
action:
104106
$ref: '#/ActionType'
107+
subscriptionAction:
108+
$ref: '#/ActionType'
105109
cron:
106110
$ref: '#/Cron'
107111
enabled:
@@ -185,6 +189,8 @@ TaskUpdate:
185189
enabled:
186190
type: boolean
187191
description: Whether the task is enabled.
192+
subscriptionAction:
193+
$ref: '#/ActionType'
188194
failureThreshold:
189195
$ref: '#/failureThreshold'
190196
notifications:

0 commit comments

Comments
 (0)