You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs.go
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -433,6 +433,13 @@ const docTemplate = `{
433
433
"description": "Subject is an optional field identifying the subject of the event within\nthe context of the event producer. In practice, we always set this.",
434
434
"type": "string"
435
435
},
436
+
"tags": {
437
+
"description": "Tags are a list of tags that can be used to filter events.",
438
+
"type": "array",
439
+
"items": {
440
+
"type": "string"
441
+
}
442
+
},
436
443
"time": {
437
444
"description": "Time is an optional field giving the time at which the event occurred. In\npractice, we always set this.",
"description": "Subject is an optional field identifying the subject of the event within\nthe context of the event producer. In practice, we always set this.",
499
506
"type": "string"
500
507
},
508
+
"tags": {
509
+
"description": "Tags are a list of tags that can be used to filter events.",
510
+
"type": "array",
511
+
"items": {
512
+
"type": "string"
513
+
}
514
+
},
501
515
"time": {
502
516
"description": "Time is an optional field giving the time at which the event occurred. In\npractice, we always set this.",
Copy file name to clipboardExpand all lines: docs/swagger.json
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -424,6 +424,13 @@
424
424
"description": "Subject is an optional field identifying the subject of the event within\nthe context of the event producer. In practice, we always set this.",
425
425
"type": "string"
426
426
},
427
+
"tags": {
428
+
"description": "Tags are a list of tags that can be used to filter events.",
429
+
"type": "array",
430
+
"items": {
431
+
"type": "string"
432
+
}
433
+
},
427
434
"time": {
428
435
"description": "Time is an optional field giving the time at which the event occurred. In\npractice, we always set this.",
"description": "Subject is an optional field identifying the subject of the event within\nthe context of the event producer. In practice, we always set this.",
490
497
"type": "string"
491
498
},
499
+
"tags": {
500
+
"description": "Tags are a list of tags that can be used to filter events.",
501
+
"type": "array",
502
+
"items": {
503
+
"type": "string"
504
+
}
505
+
},
492
506
"time": {
493
507
"description": "Time is an optional field giving the time at which the event occurred. In\npractice, we always set this.",
0 commit comments