Skip to content

Commit cd76f05

Browse files
committed
fix: loose type
1 parent b24ec51 commit cd76f05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specs/ingestion/common/schemas/authentication.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,9 @@ AuthAlgolia:
300300

301301
AuthSecrets:
302302
type: object
303-
additionalProperties: false
304303
description: A key:value authentication for your transformations.
304+
additionalProperties:
305+
type: string
305306

306307
AuthAlgoliaInsights:
307308
type: object

0 commit comments

Comments
 (0)