From 22348001a713dc59e7c12fac4f77ce238689b771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= Date: Mon, 12 Aug 2024 17:13:39 +0200 Subject: [PATCH] fix(specs): required ingestion search params (#3516) --- .github/workflows/check.yml | 2 +- specs/ingestion/common/schemas/transformation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d6a16238f8..50a2dbe591 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -621,7 +621,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }} - - name: Push specs to algolia documentation + - name: Push generation to algolia documentation run: yarn workspace scripts pushToAlgoliaDoc env: GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }} diff --git a/specs/ingestion/common/schemas/transformation.yml b/specs/ingestion/common/schemas/transformation.yml index ea7969da13..d8f6fea5e2 100644 --- a/specs/ingestion/common/schemas/transformation.yml +++ b/specs/ingestion/common/schemas/transformation.yml @@ -92,7 +92,7 @@ TransformationSearch: items: $ref: './common.yml#/transformationID' required: - - transformationsIDs + - transformationIDs TransformationTry: type: object