From 2399e748e66781ed98901de3d6875a072a369067 Mon Sep 17 00:00:00 2001 From: Vidushi-GitHub Date: Tue, 19 Nov 2024 15:32:41 -0500 Subject: [PATCH] FRB: add subsequent field --- gcn/notices/core/Alert.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcn/notices/core/Alert.schema.json b/gcn/notices/core/Alert.schema.json index 3c5b282..0ec5fda 100644 --- a/gcn/notices/core/Alert.schema.json +++ b/gcn/notices/core/Alert.schema.json @@ -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." } } }