From 5d2b4f3fd725d6ad6b6151bc63902a2a95f069a0 Mon Sep 17 00:00:00 2001 From: Vidushi Sharma <103223246+Vidushi-GitHub@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:50:14 -0500 Subject: [PATCH] Delete gcn/notices/burstcube/Alert.schema.json Got duplicated, due to case-insensitive issue in git! --- gcn/notices/burstcube/Alert.schema.json | 41 ------------------------- 1 file changed, 41 deletions(-) delete mode 100644 gcn/notices/burstcube/Alert.schema.json diff --git a/gcn/notices/burstcube/Alert.schema.json b/gcn/notices/burstcube/Alert.schema.json deleted file mode 100644 index cc88f6b9..00000000 --- a/gcn/notices/burstcube/Alert.schema.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "$id": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/alert.schema.json", - "$schema": "https://json-schema.org/draft/2020-12/schema", - "title": "Alert", - "description": "BurstCube Trigger Alert", - "type": "object", - "allOf": [ - { - "$ref": "../core/Alert.schema.json" - }, - { - "$ref": "../core/Reporter.schema.json" - }, - { - "$ref": "../core/DateTime.schema.json" - }, - { - "$ref": "../core/Event.schema.json" - }, - { - "$ref": "../core/Localization.schema.json" - }, - { - "$ref": "../core/Statistics.schema.json" - }, - { - "$ref": "../core/Duration.schema.json" - } - ], - "properties": { - "detector_status": { - "type": "object", - "properties": { - "CsI0": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI1": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI2": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI3": { "$ref": "../core/DetectorStatus.schema.json" } - } - } - } -}