From 00f236b31245c9ddda7f6fb8c18abdf61319f4b9 Mon Sep 17 00:00:00 2001 From: shortcuts Date: Tue, 3 Jun 2025 14:52:13 +0200 Subject: [PATCH] fix(specs): more indexing actions to push --- specs/ingestion/common/schemas/task.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/specs/ingestion/common/schemas/task.yml b/specs/ingestion/common/schemas/task.yml index 22d1b5b2b40..158b7f4e8b9 100644 --- a/specs/ingestion/common/schemas/task.yml +++ b/specs/ingestion/common/schemas/task.yml @@ -612,7 +612,7 @@ PushTaskPayload: type: object properties: action: - $ref: '#/action' + $ref: '../../../common/schemas/Batch.yml#/action' records: type: array items: @@ -627,12 +627,3 @@ PushTaskPayload: required: - action - records - -action: - type: string - enum: - - addObject - - updateObject - - partialUpdateObject - - partialUpdateObjectNoCreate - description: Type of indexing operation.