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,