File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -80717,15 +80717,14 @@
8071780717 "type": "object"
8071880718 },
8071980719 "timestamp": {
80720- "description": "The time of the event. Measured in seconds since the Unix epoch.",
80720+ "description": "The time of the event. Measured in seconds since the Unix epoch. Defaults to current timestamp if not specified. ",
8072180721 "format": "unix-time",
8072280722 "type": "integer"
8072380723 }
8072480724 },
8072580725 "required": [
8072680726 "event_name",
80727- "payload",
80728- "timestamp"
80727+ "payload"
8072980728 ],
8073080729 "type": "object"
8073180730 }
Original file line number Diff line number Diff line change @@ -59659,15 +59659,14 @@
5965959659 "type": "object"
5966059660 },
5966159661 "timestamp": {
59662- "description": "The time of the event. Measured in seconds since the Unix epoch.",
59662+ "description": "The time of the event. Measured in seconds since the Unix epoch. Defaults to current timestamp if not specified. ",
5966359663 "format": "unix-time",
5966459664 "type": "integer"
5966559665 }
5966659666 },
5966759667 "required": [
5966859668 "event_name",
59669- "payload",
59670- "timestamp"
59669+ "payload"
5967159670 ],
5967259671 "type": "object"
5967359672 }
You can’t perform that action at this time.
0 commit comments