Skip to content

Commit

Permalink
Fixes #27 by clarifying the format is ISO standard
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Oct 23, 2024
1 parent ee8609c commit e8cd9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/1.1.0/event.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"examples": ["5e3b2a1c-8b7d-4f2e-a3d4-c9b2e1f3a4b5"]
},
"timestamp": {
"description": "When the event took place.",
"description": "When the event took place. This timestamp is formatted according to the ISO 8601 standard.",
"type": "string",
"format": "date-time",
"examples": ["2018-11-13T20:20:39+00:00"]
Expand Down

0 comments on commit e8cd9e9

Please sign in to comment.