From 1ebc420a3e1ef1040438f653be9f4321b4c4c086 Mon Sep 17 00:00:00 2001 From: Zhang Mo <87853386+modot@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:37:14 +0800 Subject: [PATCH] add EP trigger id --- gcn/notices/einstein_probe/wxt/alert.example.json | 1 + gcn/notices/einstein_probe/wxt/alert.schema.json | 1 + 2 files changed, 2 insertions(+) diff --git a/gcn/notices/einstein_probe/wxt/alert.example.json b/gcn/notices/einstein_probe/wxt/alert.example.json index 64efabc..4152119 100644 --- a/gcn/notices/einstein_probe/wxt/alert.example.json +++ b/gcn/notices/einstein_probe/wxt/alert.example.json @@ -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, diff --git a/gcn/notices/einstein_probe/wxt/alert.schema.json b/gcn/notices/einstein_probe/wxt/alert.schema.json index 0988f46..2e56574 100644 --- a/gcn/notices/einstein_probe/wxt/alert.schema.json +++ b/gcn/notices/einstein_probe/wxt/alert.schema.json @@ -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" },