Skip to content

Commit 9f967a4

Browse files
authored
fix(specs): authenticationID not required in source and destination (#1379)
1 parent 46bc9be commit 9f967a4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

specs/ingestion/common/schemas/destination.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ DestinationCreate:
4141
- type
4242
- name
4343
- input
44-
- authenticationID
4544

4645
DestinationCreateResponse:
4746
type: object

specs/ingestion/common/schemas/source.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ SourceCreate:
3939
- type
4040
- name
4141
- input
42-
- authenticationID
4342

4443
SourceCreateResponse:
4544
type: object
@@ -154,7 +153,7 @@ SourceJSON:
154153

155154
MappingTypeCSV:
156155
type: string
157-
enum: ['string','integer','float','boolean','json']
156+
enum: ['string', 'integer', 'float', 'boolean', 'json']
158157

159158
SourceCSV:
160159
type: object

0 commit comments

Comments
 (0)