Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidushi-GitHub committed Sep 26, 2023
1 parent 65be7fd commit 46de26b
Show file tree
Hide file tree
Showing 37 changed files with 39 additions and 42 deletions.
2 changes: 1 addition & 1 deletion gcn/notices/core/AdditionalInfo.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/AdditionalInfo.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/AdditionalInfo.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "Comments",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Alert.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Alert.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Alert.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Alert",
"description": "Alert Information description properties of this notice",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/DateTime.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/DateTime.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/DateTime.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "DateTime",
"description": "Time descriptions of transient event and observation",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/DetectorStatus.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/DetectorStatus.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/DetectorStatus.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "DetectorStatus",
"enum": ["on", "off", "triggered"],
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Distance.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Distance.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Distance.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "Distance",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Duration.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Duration.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Duration.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "Duration",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Event.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Event.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Event.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "Event Information",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/FollowUp.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/FollowUp.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/FollowUp.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "FollowUp",
"description": "Schema specific to follow-up cases",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/HardnessRatio.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/HardnessRatio.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/HardnessRatio.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "HardnessRatio",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Localization.example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Localization.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Localization.schema.json",
"ra": 120,
"dec": 45,
"uncertainty_shape": "ellipse",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Localization.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Localization.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Localization.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "Localization",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Orbit.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/GeoLocBase.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/GeoLocBase.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Spacecraft Geolocation and McIlwain L",
"description": "Enables GCN providers to include spacecraft geolocation and McIlwain L-Parameter.",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Pointing.example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Pointing.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Pointing.schema.json",
"ra": 120.5,
"dec": 30.2,
"roll": -12.8,
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Pointing.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Pointing.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Pointing.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Instrument Pointing",
"description": "Instrument pointing and rotational rates.",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Redshift.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Redshift.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Redshift.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "Redshift",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Reporter.example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Reporter.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Reporter.schema.json",
"mission": "Hubble Space Telescope",
"instrument": "Advanced Camera for Surveys",
"record_number": 1,
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Reporter.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Reporter.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Reporter.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Reporter",
"description": "Alert Reporter instrument",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Statistics.example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Statistics.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Statistics.schema.json",
"far": 0.001,
"rate_snr": 5.2,
"rate_duration": 10,
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/Statistics.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Statistics.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/Statistics.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "Statistics",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/spectral/GammaRay.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/spectral/GammaRay.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/spectral/GammaRay.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "spectral.GammaRay",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/spectral/models/Band.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/spectral/models/Band.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/spectral/models/Band.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "Band",
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/core/spectral/models/CutOffPowerLaw.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/spectral/models/CutOffPowerLaw.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "CutOffPowerLaw",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/core/spectral/models/PowerLaw.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/spectral/models/PowerLaw.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/core/spectral/models/PowerLaw.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "PowerLaw",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/glowbug/alert.example.json
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/v2.0.0/gcn/notices/glowbug/alert.schema.json",
"mission": "GLOWBUG",
"alert_datetime": "2023-04-23T15:25:55Z",
"alert_tense": "current",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/glowbug/alert.schema.json
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/v2.0.0/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
2 changes: 1 addition & 1 deletion gcn/notices/icecube/GoldAndBronze.example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/icecube/GoldAndBronze.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/icecube/GoldAndBronze.schema.json",
"additional_info": "IceCube Bronze Neutrino Track Alert",
"id": ["137840", "57034692"],
"alert_datetime": "2023-04-16T05:22:29.55Z",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/icecube/GoldAndBronze.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/icecube/GoldAndBronze.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/icecube/GoldAndBronze.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "IceCubeGoldAndBronzeTracks",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/icecube/GoldAndBronze.update.example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/icecube/GoldAndBronze.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/icecube/GoldAndBronze.schema.json",
"additional_info": "IceCube Bronze Neutrino Track Alert",
"event_name": ["IceCube-230416A"],
"id": ["137840", "57034692"],
Expand Down
7 changes: 2 additions & 5 deletions gcn/notices/icecube/LvkNuTrackSearch.example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/icecube/LvkNuTrackSearch.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/icecube/LvkNuTrackSearch.schema.json",
"type": "IceCube LVK Alert Nu Track Search",
"reference": { "gcn.notices.LVK.alert": "S230914ak-2-Preliminary" },
"ref_ID": "S230914ak",
Expand Down Expand Up @@ -39,10 +39,7 @@
"event_pval_bayesian": 0.0656
}
],
"most_probable_direction": {
"ra": 17.49,
"dec": 16.18
},
"most_probable_direction": { "ra": 17.49, "dec": 16.18 },
"neutrino_flux_sensitivity_range": {
"flux_sensitivity": [0.0277, 0.647],
"sensitive_energy_range": [542, 23000000]
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/icecube/LvkNuTrackSearch.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/icecube/LvkNuTrackSearch.schema.json",
"$id": "https://gcn.nasa.gov/schema/v2.0.0/gcn/notices/icecube/LvkNuTrackSearch.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "IceCube LVK Alert Nu Track Search",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/swift/bat/guano/alert.example.json
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/v2.0.0/gcn/notices/swift/bat/guano/alert.schema.json",
"mission": "Swift",
"instrument": "BAT-GUANO",
"messenger": "EM",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/swift/bat/guano/alert.loc-arcmin.example.json
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/v2.0.0/gcn/notices/swift/bat/guano/alert.schema.json",
"mission": "Swift",
"instrument": "BAT-GUANO",
"messenger": "EM",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/swift/bat/guano/alert.loc-map.example.json
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/v2.0.0/gcn/notices/swift/bat/guano/alert.schema.json",
"mission": "Swift",
"instrument": "BAT-GUANO",
"messenger": "EM",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/swift/bat/guano/alert.retraction.example.json
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/v2.0.0/gcn/notices/swift/bat/guano/alert.schema.json",
"mission": "Swift",
"instrument": "BAT-GUANO",
"messenger": "EM",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/swift/bat/guano/alert.schema.json
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/v2.0.0/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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nasa-gcn/schema",
"version": "1.0.0",
"version": "2.0.0",
"scripts": {
"prepare": "husky install",
"validate:prettier": "prettier --check .",
Expand Down

0 comments on commit 46de26b

Please sign in to comment.