Skip to content

Commit

Permalink
add EP trigger id
Browse files Browse the repository at this point in the history
  • Loading branch information
modot committed Jul 9, 2024
1 parent 700167a commit 1ebc420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gcn/notices/einstein_probe/wxt/alert.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/einstein_probe/wxt/alert.schema.json",
"instrument": "WXT",
"trigger_time": "2024-03-01T21:46:05.13Z",
"id": ["01708973486"],
"ra": 120,
"dec": 40,
"ra_dec_error": 0.02,
Expand Down
1 change: 1 addition & 0 deletions gcn/notices/einstein_probe/wxt/alert.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "object",
"allOf": [
{ "$ref": "../../core/DateTime.schema.json" },
{ "$ref": "../../core/Event.schema.json" },
{ "$ref": "../../core/Localization.schema.json" },
{ "$ref": "../../core/Reporter.schema.json" },
{ "$ref": "../../core/Statistics.schema.json" },
Expand Down

0 comments on commit 1ebc420

Please sign in to comment.