Skip to content

Commit 28d8260

Browse files
authored
fix(specs): authenticationID is not required in source and destination (#1203)
1 parent 59dffe9 commit 28d8260

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

specs/ingestion/common/schemas/destination.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Destination:
2222
- name
2323
- input
2424
- createdAt
25-
- authenticationID
2625

2726
DestinationCreate:
2827
type: object

specs/ingestion/common/schemas/source.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Source:
2121
- type
2222
- name
2323
- input
24-
- authenticationID
2524
- createdAt
2625

2726
SourceCreate:

0 commit comments

Comments
 (0)