From 5081ceb83cbdcd87b1f868244e771dc113cbe17c Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Wed, 27 Sep 2023 22:05:21 -0400 Subject: [PATCH] Fix case for Glowbug and GUANO schema filenames --- gcn/notices/glowbug/{alert.example.json => Alert.example.json} | 2 +- gcn/notices/glowbug/{alert.schema.json => Alert.schema.json} | 2 +- ...ert.loc-arcmin.example.json => Alert.LocArcmin.example.json} | 2 +- .../{alert.loc-map.example.json => Alert.LocMap.example.json} | 2 +- ...rt.retraction.example.json => Alert.Retraction.example.json} | 2 +- .../swift/bat/guano/{alert.example.json => Alert.example.json} | 2 +- .../swift/bat/guano/{alert.schema.json => Alert.schema.json} | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) rename gcn/notices/glowbug/{alert.example.json => Alert.example.json} (97%) rename gcn/notices/glowbug/{alert.schema.json => Alert.schema.json} (97%) rename gcn/notices/swift/bat/guano/{alert.loc-arcmin.example.json => Alert.LocArcmin.example.json} (96%) rename gcn/notices/swift/bat/guano/{alert.loc-map.example.json => Alert.LocMap.example.json} (95%) rename gcn/notices/swift/bat/guano/{alert.retraction.example.json => Alert.Retraction.example.json} (93%) rename gcn/notices/swift/bat/guano/{alert.example.json => Alert.example.json} (95%) rename gcn/notices/swift/bat/guano/{alert.schema.json => Alert.schema.json} (97%) diff --git a/gcn/notices/glowbug/alert.example.json b/gcn/notices/glowbug/Alert.example.json similarity index 97% rename from gcn/notices/glowbug/alert.example.json rename to gcn/notices/glowbug/Alert.example.json index 5741fc51..2f07c02e 100644 --- a/gcn/notices/glowbug/alert.example.json +++ b/gcn/notices/glowbug/Alert.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/glowbug/alert.schema.json", + "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/glowbug/Alert.schema.json", "mission": "GLOWBUG", "alert_datetime": "2023-04-23T15:25:55Z", "alert_tense": "current", diff --git a/gcn/notices/glowbug/alert.schema.json b/gcn/notices/glowbug/Alert.schema.json similarity index 97% rename from gcn/notices/glowbug/alert.schema.json rename to gcn/notices/glowbug/Alert.schema.json index 9a61afad..7a64d9da 100644 --- a/gcn/notices/glowbug/alert.schema.json +++ b/gcn/notices/glowbug/Alert.schema.json @@ -1,5 +1,5 @@ { - "$id": "https://gcn.nasa.gov/schema/main/gcn/notices/glowbug/alert.schema.json", + "$id": "https://gcn.nasa.gov/schema/main/gcn/notices/glowbug/Alert.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Glowbug Alert Notice", "description": "Information about a Glowbug trigger. All fields optional; omitted if not available or not applicable.", diff --git a/gcn/notices/swift/bat/guano/alert.loc-arcmin.example.json b/gcn/notices/swift/bat/guano/Alert.LocArcmin.example.json similarity index 96% rename from gcn/notices/swift/bat/guano/alert.loc-arcmin.example.json rename to gcn/notices/swift/bat/guano/Alert.LocArcmin.example.json index c83152df..f3194834 100644 --- a/gcn/notices/swift/bat/guano/alert.loc-arcmin.example.json +++ b/gcn/notices/swift/bat/guano/Alert.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/Alert.schema.json", "mission": "Swift", "instrument": "BAT-GUANO", "messenger": "EM", diff --git a/gcn/notices/swift/bat/guano/alert.loc-map.example.json b/gcn/notices/swift/bat/guano/Alert.LocMap.example.json similarity index 95% rename from gcn/notices/swift/bat/guano/alert.loc-map.example.json rename to gcn/notices/swift/bat/guano/Alert.LocMap.example.json index 3f2c30cb..87bd8a51 100644 --- a/gcn/notices/swift/bat/guano/alert.loc-map.example.json +++ b/gcn/notices/swift/bat/guano/Alert.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/Alert.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/Alert.Retraction.example.json similarity index 93% rename from gcn/notices/swift/bat/guano/alert.retraction.example.json rename to gcn/notices/swift/bat/guano/Alert.Retraction.example.json index 10165fc8..1ab2ffc0 100644 --- a/gcn/notices/swift/bat/guano/alert.retraction.example.json +++ b/gcn/notices/swift/bat/guano/Alert.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/Alert.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/Alert.example.json similarity index 95% rename from gcn/notices/swift/bat/guano/alert.example.json rename to gcn/notices/swift/bat/guano/Alert.example.json index 56837d7b..915b65c5 100644 --- a/gcn/notices/swift/bat/guano/alert.example.json +++ b/gcn/notices/swift/bat/guano/Alert.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/Alert.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/Alert.schema.json similarity index 97% rename from gcn/notices/swift/bat/guano/alert.schema.json rename to gcn/notices/swift/bat/guano/Alert.schema.json index 35e2f334..fe5dca96 100644 --- a/gcn/notices/swift/bat/guano/alert.schema.json +++ b/gcn/notices/swift/bat/guano/Alert.schema.json @@ -1,5 +1,5 @@ { - "$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/Alert.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",