File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
specs/ingestion/common/schemas Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ publishedAt:
18
18
type : string
19
19
description : Date of publish RFC 3339 format.
20
20
21
+ cursor :
22
+ type : string
23
+ description : Date of the last cursor in RFC 3339 format.
24
+
21
25
DeleteResponse :
22
26
type : object
23
27
properties :
Original file line number Diff line number Diff line change 20
20
$ref : ' #/failureThreshold'
21
21
action :
22
22
$ref : ' #/ActionType'
23
- # lastCursorValue:
24
- # type: integer
25
- # format: int64
23
+ cursor :
24
+ $ref : ' ./common.yml#/cursor'
26
25
createdAt :
27
26
$ref : ' ./common.yml#/createdAt'
28
27
updatedAt :
@@ -64,9 +63,8 @@ TaskCreate:
64
63
$ref : ' #/failureThreshold'
65
64
input :
66
65
$ref : ' #/TaskInput'
67
- # lastCursorValue:
68
- # type: integer
69
- # format: int64
66
+ cursor :
67
+ $ref : ' ./common.yml#/cursor'
70
68
required :
71
69
- sourceID
72
70
- destinationID
You can’t perform that action at this time.
0 commit comments