Skip to content

Commit 2234800

Browse files
authored
fix(specs): required ingestion search params (#3516)
1 parent 2f10fcf commit 2234800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ jobs:
621621
env:
622622
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}
623623

624-
- name: Push specs to algolia documentation
624+
- name: Push generation to algolia documentation
625625
run: yarn workspace scripts pushToAlgoliaDoc
626626
env:
627627
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}

specs/ingestion/common/schemas/transformation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ TransformationSearch:
9292
items:
9393
$ref: './common.yml#/transformationID'
9494
required:
95-
- transformationsIDs
95+
- transformationIDs
9696

9797
TransformationTry:
9898
type: object

0 commit comments

Comments
 (0)