Skip to content

Commit

Permalink
Merge pull request #113 from Vidushi-GitHub/Guano/Alert
Browse files Browse the repository at this point in the history
Guano notice type in bat directory
  • Loading branch information
Vidushi-GitHub authored Oct 18, 2023
2 parents 638a672 + 7459dcc commit 56850e8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
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.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.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.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.schema.json",
"mission": "Swift",
"instrument": "BAT-GUANO",
"messenger": "EM",
Expand Down
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 56850e8

Please sign in to comment.