Skip to content

Commit

Permalink
Merge pull request #111 from lpsinger/fix-case
Browse files Browse the repository at this point in the history
Fix case for Glowbug and GUANO schema filenames
  • Loading branch information
jracusin authored Oct 16, 2023
2 parents 061691b + 5081ceb commit 638a672
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 638a672

Please sign in to comment.