File tree Expand file tree Collapse file tree 1 file changed +33
-13
lines changed Expand file tree Collapse file tree 1 file changed +33
-13
lines changed Original file line number Diff line number Diff line change 212
212
}
213
213
]
214
214
},
215
+ "TagEntry" : {
216
+ "anyOf" : [
217
+ {
218
+ "type" : " array" ,
219
+ "items" : [
220
+ {
221
+ "type" : [" string" , " null" ]
222
+ },
223
+ {
224
+ "type" : [" string" , " null" ]
225
+ }
226
+ ],
227
+ "maxItems" : 2 ,
228
+ "minItems" : 2
229
+ },
230
+ { "type" : " null" }
231
+ ]
232
+ },
233
+ "Tags" : {
234
+ "description" : " Manual key/value tag pairs." ,
235
+ "type" : " array" ,
236
+ "items" : {
237
+ "$ref" : " #/definitions/TagEntry"
238
+ }
239
+ },
215
240
"Data" : {
216
241
"type" : " object" ,
217
242
"additionalProperties" : true ,
247
272
"$ref" : " #/definitions/Contexts"
248
273
},
249
274
"tags" : {
250
- "type" : " array" ,
251
- "items" : {
252
- "type" : " array" ,
253
- "items" : {
254
- "anyOf" : [
255
- {
256
- "type" : " null"
257
- },
258
- {
259
- "type" : " string"
260
- }
261
- ]
275
+ "description" : " Custom tags for this event.\n\n A map or list of tags for this event. Each tag must be less than 200 characters." ,
276
+ "anyOf" : [
277
+ {
278
+ "$ref" : " #/definitions/Tags"
279
+ },
280
+ {
281
+ "type" : " null"
262
282
}
263
- }
283
+ ]
264
284
},
265
285
"extra" : {
266
286
"$ref" : " #/definitions/Extra"
You can’t perform that action at this time.
0 commit comments