We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5f985 commit cf416e6Copy full SHA for cf416e6
specs/ingestion/common/schemas/common.yml
@@ -108,7 +108,9 @@ WatchResponse:
108
additionalProperties: false
109
properties:
110
runID:
111
- $ref: './common.yml#/runID'
+ $ref: '#/runID'
112
+ eventID:
113
+ $ref: '#/eventID'
114
data:
115
type: array
116
description: when used with discovering or validating sources, the sampled data of your source is returned.
@@ -122,5 +124,7 @@ WatchResponse:
122
124
message:
123
125
description: a message describing the outcome of a validate run.
126
type: string
127
+ createdAt:
128
+ $ref: '#/createdAt'
129
required:
130
- runID
0 commit comments