Skip to content

Commit cf416e6

Browse files
authored
fix(specs): updated watchResponse (#4879)
1 parent 1e5f985 commit cf416e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

specs/ingestion/common/schemas/common.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ WatchResponse:
108108
additionalProperties: false
109109
properties:
110110
runID:
111-
$ref: './common.yml#/runID'
111+
$ref: '#/runID'
112+
eventID:
113+
$ref: '#/eventID'
112114
data:
113115
type: array
114116
description: when used with discovering or validating sources, the sampled data of your source is returned.
@@ -122,5 +124,7 @@ WatchResponse:
122124
message:
123125
description: a message describing the outcome of a validate run.
124126
type: string
127+
createdAt:
128+
$ref: '#/createdAt'
125129
required:
126130
- runID

0 commit comments

Comments
 (0)