File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed
specs/ingestion/common/schemas Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Authentication:
25
25
- name
26
26
- input
27
27
- createdAt
28
+ - updatedAt
28
29
29
30
AuthenticationCreate :
30
31
type : object
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Destination:
27
27
- name
28
28
- input
29
29
- createdAt
30
+ - updatedAt
30
31
31
32
DestinationCreate :
32
33
type : object
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Source:
23
23
- type
24
24
- name
25
25
- createdAt
26
+ - updatedAt
26
27
27
28
SourceCreate :
28
29
type : object
Original file line number Diff line number Diff line change 44
44
- destinationID
45
45
- enabled
46
46
- createdAt
47
+ - updatedAt
47
48
48
49
TaskV1 :
49
50
type : object
@@ -86,6 +87,7 @@ TaskV1:
86
87
- trigger
87
88
- enabled
88
89
- createdAt
90
+ - updatedAt
89
91
90
92
Trigger :
91
93
description : Trigger that runs the task.
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Transformation:
23
23
- code
24
24
- name
25
25
- createdAt
26
+ - updatedAt
26
27
27
28
Code :
28
29
type : string
@@ -119,9 +120,9 @@ TransformationTryResponse:
119
120
properties :
120
121
payloads :
121
122
type : array
122
- description : The array of records returned by the transformation service.
123
+ description : The array of stringified records returned by the transformation service.
123
124
items :
124
- type : object
125
+ type : string
125
126
error :
126
127
title : transformationError
127
128
type : object
You can’t perform that action at this time.
0 commit comments