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:
2525 - name
2626 - input
2727 - createdAt
28+ - updatedAt
2829
2930AuthenticationCreate :
3031 type : object
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Destination:
2727 - name
2828 - input
2929 - createdAt
30+ - updatedAt
3031
3132DestinationCreate :
3233 type : object
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Source:
2323 - type
2424 - name
2525 - createdAt
26+ - updatedAt
2627
2728SourceCreate :
2829 type : object
Original file line number Diff line number Diff line change 4444 - destinationID
4545 - enabled
4646 - createdAt
47+ - updatedAt
4748
4849TaskV1 :
4950 type : object
@@ -86,6 +87,7 @@ TaskV1:
8687 - trigger
8788 - enabled
8889 - createdAt
90+ - updatedAt
8991
9092Trigger :
9193 description : Trigger that runs the task.
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Transformation:
2323 - code
2424 - name
2525 - createdAt
26+ - updatedAt
2627
2728Code :
2829 type : string
@@ -119,9 +120,9 @@ TransformationTryResponse:
119120 properties :
120121 payloads :
121122 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.
123124 items :
124- type : object
125+ type : string
125126 error :
126127 title : transformationError
127128 type : object
You can’t perform that action at this time.
0 commit comments