From 8a1be7ad23618fdd36a00629b15a2f1bd99d91b2 Mon Sep 17 00:00:00 2001 From: Vidushi-GitHub Date: Thu, 19 Oct 2023 17:33:08 -0400 Subject: [PATCH] corrected Glowbug alert and Guano optional names --- gcn/notices/glowbug/Alert.example.json | 2 +- gcn/notices/glowbug/Alert.schema.json | 2 +- ...no.LocArcmin.example.json => guano.loc_arc_min.example.json} | 0 .../{Guano.LocMap.example.json => guano.loc_map.example.json} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename gcn/notices/swift/bat/{Guano.LocArcmin.example.json => guano.loc_arc_min.example.json} (100%) rename gcn/notices/swift/bat/{Guano.LocMap.example.json => guano.loc_map.example.json} (100%) diff --git a/gcn/notices/glowbug/Alert.example.json b/gcn/notices/glowbug/Alert.example.json index 2f07c02e..5741fc51 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 index 7a64d9da..9a61afad 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.LocArcmin.example.json b/gcn/notices/swift/bat/guano.loc_arc_min.example.json similarity index 100% rename from gcn/notices/swift/bat/Guano.LocArcmin.example.json rename to gcn/notices/swift/bat/guano.loc_arc_min.example.json diff --git a/gcn/notices/swift/bat/Guano.LocMap.example.json b/gcn/notices/swift/bat/guano.loc_map.example.json similarity index 100% rename from gcn/notices/swift/bat/Guano.LocMap.example.json rename to gcn/notices/swift/bat/guano.loc_map.example.json