Skip to content

Commit

Permalink
add trigger time error field
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidushi-GitHub committed Dec 12, 2024
1 parent 47081a8 commit 04cddc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gcn/notices/core/DateTime.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"type": "string",
"description": "Time of the trigger [ISO 8601], ex YYYY-MM-DDTHH:MM:SS.ssssssZ"
},
"trigger_time_error": {
"type": "array",
"items": { "type": "number" },
"maxItems": 2,
"description": "Trigger time uncertainty [s, 1-sigma], with optional asymmetric uncertainty"
},
"observation_start": {
"type": "string",
"description": "Start time of the observation [ISO 8601]"
Expand Down

0 comments on commit 04cddc6

Please sign in to comment.