From 7dcf0d5045162445fba332618b7c2fbe5866557b Mon Sep 17 00:00:00 2001 From: Vidushi Sharma <103223246+Vidushi-GitHub@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:49:14 -0500 Subject: [PATCH] Delete gcn/notices/core/Alert.schema.json --- gcn/notices/core/Alert.schema.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 gcn/notices/core/Alert.schema.json diff --git a/gcn/notices/core/Alert.schema.json b/gcn/notices/core/Alert.schema.json deleted file mode 100644 index 3c5b282..0000000 --- a/gcn/notices/core/Alert.schema.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Alert.schema.json", - "$schema": "https://json-schema.org/draft/2020-12/schema", - "title": "Alert", - "description": "Alert Information description properties of this notice", - "type": "object", - "properties": { - "alert_datetime": { - "type": "string", - "description": "Date and time of notice creation [UTC, ISO 8601], ex YYYY-MM-DDTHH:MM:SS.ssssssZ" - }, - "alert_tense": { - "enum": [ - "current", - "archival", - "planned", - "injection", - "commanded", - "test" - ], - "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." - } - } -}