From 7459dcca96f3f7a2519f2119909ba03fc37f1097 Mon Sep 17 00:00:00 2001 From: Vidushi-GitHub Date: Tue, 17 Oct 2023 21:50:39 -0400 Subject: [PATCH] Guano notice type in BAT directory --- ...example.json => Guano.LocArcmin.example.json} | 2 +- ...ap.example.json => Guano.LocMap.example.json} | 2 +- ...xample.json => Guano.Retraction.example.json} | 2 +- .../Alert.example.json => Guano.example.json} | 2 +- .../Alert.schema.json => Guano.schema.json} | 16 ++++++++-------- 5 files changed, 12 insertions(+), 12 deletions(-) rename gcn/notices/swift/bat/{guano/Alert.LocArcmin.example.json => Guano.LocArcmin.example.json} (96%) rename gcn/notices/swift/bat/{guano/Alert.LocMap.example.json => Guano.LocMap.example.json} (95%) rename gcn/notices/swift/bat/{guano/Alert.Retraction.example.json => Guano.Retraction.example.json} (93%) rename gcn/notices/swift/bat/{guano/Alert.example.json => Guano.example.json} (95%) rename gcn/notices/swift/bat/{guano/Alert.schema.json => Guano.schema.json} (62%) diff --git a/gcn/notices/swift/bat/guano/Alert.LocArcmin.example.json b/gcn/notices/swift/bat/Guano.LocArcmin.example.json similarity index 96% rename from gcn/notices/swift/bat/guano/Alert.LocArcmin.example.json rename to gcn/notices/swift/bat/Guano.LocArcmin.example.json index f3194834..9d0f64ba 100644 --- a/gcn/notices/swift/bat/guano/Alert.LocArcmin.example.json +++ b/gcn/notices/swift/bat/Guano.LocArcmin.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/swift/bat/guano/Alert.schema.json", + "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/swift/bat/Guano.schema.json", "mission": "Swift", "instrument": "BAT-GUANO", "messenger": "EM", diff --git a/gcn/notices/swift/bat/guano/Alert.LocMap.example.json b/gcn/notices/swift/bat/Guano.LocMap.example.json similarity index 95% rename from gcn/notices/swift/bat/guano/Alert.LocMap.example.json rename to gcn/notices/swift/bat/Guano.LocMap.example.json index 87bd8a51..2305e7b7 100644 --- a/gcn/notices/swift/bat/guano/Alert.LocMap.example.json +++ b/gcn/notices/swift/bat/Guano.LocMap.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/swift/bat/guano/Alert.schema.json", + "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/swift/bat/Guano.schema.json", "mission": "Swift", "instrument": "BAT-GUANO", "messenger": "EM", diff --git a/gcn/notices/swift/bat/guano/Alert.Retraction.example.json b/gcn/notices/swift/bat/Guano.Retraction.example.json similarity index 93% rename from gcn/notices/swift/bat/guano/Alert.Retraction.example.json rename to gcn/notices/swift/bat/Guano.Retraction.example.json index 1ab2ffc0..5f7ec5f2 100644 --- a/gcn/notices/swift/bat/guano/Alert.Retraction.example.json +++ b/gcn/notices/swift/bat/Guano.Retraction.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/swift/bat/guano/Alert.schema.json", + "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/swift/bat/Guano.schema.json", "mission": "Swift", "instrument": "BAT-GUANO", "messenger": "EM", diff --git a/gcn/notices/swift/bat/guano/Alert.example.json b/gcn/notices/swift/bat/Guano.example.json similarity index 95% rename from gcn/notices/swift/bat/guano/Alert.example.json rename to gcn/notices/swift/bat/Guano.example.json index 915b65c5..828e0e60 100644 --- a/gcn/notices/swift/bat/guano/Alert.example.json +++ b/gcn/notices/swift/bat/Guano.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/swift/bat/guano/Alert.schema.json", + "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/swift/bat/Guano.schema.json", "mission": "Swift", "instrument": "BAT-GUANO", "messenger": "EM", diff --git a/gcn/notices/swift/bat/guano/Alert.schema.json b/gcn/notices/swift/bat/Guano.schema.json similarity index 62% rename from gcn/notices/swift/bat/guano/Alert.schema.json rename to gcn/notices/swift/bat/Guano.schema.json index fe5dca96..22ead2e9 100644 --- a/gcn/notices/swift/bat/guano/Alert.schema.json +++ b/gcn/notices/swift/bat/Guano.schema.json @@ -1,17 +1,17 @@ { - "$id": "https://gcn.nasa.gov/schema/main/gcn/notices/swift/bat/guano/Alert.schema.json", + "$id": "https://gcn.nasa.gov/schema/main/gcn/notices/swift/bat/Guano.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Swift/BAT-GUANO Alert", "description": "Candidate gamma-ray transient reported from the BAT-GUANO targeted search", "type": "object", "allOf": [ - { "$ref": "../../../core/Alert.schema.json" }, - { "$ref": "../../../core/Event.schema.json" }, - { "$ref": "../../../core/DateTime.schema.json" }, - { "$ref": "../../../core/Localization.schema.json" }, - { "$ref": "../../../core/Statistics.schema.json" }, - { "$ref": "../../../core/Reporter.schema.json" }, - { "$ref": "../../../core/AdditionalInfo.schema.json" } + { "$ref": "../../core/Alert.schema.json" }, + { "$ref": "../../core/Event.schema.json" }, + { "$ref": "../../core/DateTime.schema.json" }, + { "$ref": "../../core/Localization.schema.json" }, + { "$ref": "../../core/Statistics.schema.json" }, + { "$ref": "../../core/Reporter.schema.json" }, + { "$ref": "../../core/AdditionalInfo.schema.json" } ], "properties": { "$schema": true,