From 7e591c92e9476d3717bf6f86bbfa3758f6de46f0 Mon Sep 17 00:00:00 2001 From: shortcuts Date: Tue, 12 Nov 2024 15:57:19 +0100 Subject: [PATCH] fix(specs): make `action` optional for tasks --- specs/ingestion/common/schemas/task.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/specs/ingestion/common/schemas/task.yml b/specs/ingestion/common/schemas/task.yml index 6fa586d9614..fdaf54114b8 100644 --- a/specs/ingestion/common/schemas/task.yml +++ b/specs/ingestion/common/schemas/task.yml @@ -35,7 +35,6 @@ Task: - sourceID - destinationID - enabled - - action - createdAt TaskV1: @@ -74,7 +73,6 @@ TaskV1: - destinationID - trigger - enabled - - action - createdAt Trigger: