Skip to content

Commit

Permalink
FRB: add subsequent field
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidushi-GitHub committed Nov 19, 2024
1 parent 922f069 commit 2399e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcn/notices/core/Alert.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"description": "Indication of whether this alert refers to a recent observation (current), re-analysis of archival data (archival), a planned observation in the future (planned), a signal injection (injection), commanded trigger (commanded) or a test trigger (test)."
},
"alert_type": {
"enum": ["initial", "update", "retraction"],
"description": "Indication of alert sequence if multiple of the same type are sent."
"enum": ["initial", "subsequent", "update", "retraction"],
"description": "Indication of alert sequence if multiple of the same type are sent. Alert sequence: initial refers to the detection, followed by subsequent alerts for recurrent observations from the same source. Updates and retractions come from further analysis."
}
}
}

0 comments on commit 2399e74

Please sign in to comment.