Skip to content

Commit

Permalink
fix(specs): authenticationID not required in source and destination (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored Mar 7, 2023
1 parent 46bc9be commit 9f967a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion specs/ingestion/common/schemas/destination.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ DestinationCreate:
- type
- name
- input
- authenticationID

DestinationCreateResponse:
type: object
Expand Down
3 changes: 1 addition & 2 deletions specs/ingestion/common/schemas/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ SourceCreate:
- type
- name
- input
- authenticationID

SourceCreateResponse:
type: object
Expand Down Expand Up @@ -154,7 +153,7 @@ SourceJSON:

MappingTypeCSV:
type: string
enum: ['string','integer','float','boolean','json']
enum: ['string', 'integer', 'float', 'boolean', 'json']

SourceCSV:
type: object
Expand Down

0 comments on commit 9f967a4

Please sign in to comment.