diff --git a/specs/ingestion/common/schemas/task.yml b/specs/ingestion/common/schemas/task.yml index 8d26c16c7c..af403fe9bd 100644 --- a/specs/ingestion/common/schemas/task.yml +++ b/specs/ingestion/common/schemas/task.yml @@ -24,6 +24,8 @@ Task: $ref: '#/failureThreshold' action: $ref: '#/ActionType' + subscriptionAction: + $ref: '#/ActionType' cursor: $ref: './common.yml#/cursor' notifications: @@ -102,6 +104,8 @@ TaskCreate: $ref: './common.yml#/destinationID' action: $ref: '#/ActionType' + subscriptionAction: + $ref: '#/ActionType' cron: $ref: '#/Cron' enabled: @@ -185,6 +189,8 @@ TaskUpdate: enabled: type: boolean description: Whether the task is enabled. + subscriptionAction: + $ref: '#/ActionType' failureThreshold: $ref: '#/failureThreshold' notifications: