diff --git a/gcn/notices/icecube/lvk_nu_track_search.example.json b/gcn/notices/icecube/lvk_nu_track_search.example.json index e5bb65eb..71d615fd 100644 --- a/gcn/notices/icecube/lvk_nu_track_search.example.json +++ b/gcn/notices/icecube/lvk_nu_track_search.example.json @@ -21,6 +21,7 @@ "containment_probability": 0.9, "systematic_included": false }, + "id": ["138590_39138551"], "event_pval_generic": 0.0191, "event_pval_bayesian": null }, @@ -33,6 +34,7 @@ "containment_probability": 0.9, "systematic_included": false }, + "id": ["138590_39164579"], "event_pval_generic": 0.0928, "event_pval_bayesian": 0.0656 } diff --git a/gcn/notices/icecube/lvk_nu_track_search.schema.json b/gcn/notices/icecube/lvk_nu_track_search.schema.json index 52eaf074..843001db 100644 --- a/gcn/notices/icecube/lvk_nu_track_search.schema.json +++ b/gcn/notices/icecube/lvk_nu_track_search.schema.json @@ -65,7 +65,16 @@ }, "coincevent": { "type": "object", - "allOf": [{ "$ref": "../core/Localization.schema.json" }], + "allOf": [ + { + "$ref": "../core/Localization.schema.json", + "description": "Per-event direction and uncertainty information" + }, + { + "$ref": "../core/Event.schema.json", + "description": "Unique per-event identification information" + } + ], "properties": { "event_dt": { "description": "Time difference between LVK alert time and neutrino candidate [sec]",