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" } - } - } - } -}