Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota002 committed Nov 2, 2023
1 parent 8a1be7a commit 73aa4e7
Show file tree
Hide file tree
Showing 37 changed files with 38 additions and 38 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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/v3.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/lvk_nu_track_search.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/lvk_nu_track_search.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v3.0.0/gcn/notices/icecube/lvk_nu_track_search.schema.json",
"type": "IceCube LVK Alert Nu Track Search",
"reference": { "gcn.notices.LVK.alert": "S230914ak-2-Preliminary" },
"ref_ID": "S230914ak",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/icecube/lvk_nu_track_search.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/lvk_nu_track_search.schema.json",
"$id": "https://gcn.nasa.gov/schema/v3.0.0/gcn/notices/icecube/lvk_nu_track_search.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/icecube/test/gold_bronze.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/test/gold_bronze_track_alerts.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v3.0.0/gcn/notices/icecube/test/gold_bronze_track_alerts.schema.json",
"additional_info": "IceCube Bronze Neutrino Track Alert",
"event_name": ["IceCube-230416A"],
"id": ["137840", "57034692"],
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/icecube/test/gold_bronze_track_alerts.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v3.0.0/gcn/notices/icecube/test/gold_bronze_track_alerts.schema.json",
"additional_info": "IceCube Bronze Neutrino Track Alert",
"id": ["137840", "57034692"],
"alert_datetime": "2023-04-16T05:22:29.55Z",
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/icecube/test/gold_bronze_track_alerts.schema.json",
"$id": "https://gcn.nasa.gov/schema/v3.0.0/gcn/notices/icecube/test/gold_bronze_track_alerts.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/swift/bat/Guano.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.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v3.0.0/gcn/notices/swift/bat/guano.schema.json",
"mission": "Swift",
"instrument": "BAT-GUANO",
"messenger": "EM",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/swift/bat/Guano.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.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v3.0.0/gcn/notices/swift/bat/guano.schema.json",
"mission": "Swift",
"instrument": "BAT-GUANO",
"messenger": "EM",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/swift/bat/Guano.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.schema.json",
"$id": "https://gcn.nasa.gov/schema/v3.0.0/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",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/swift/bat/guano.loc_arc_min.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.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v3.0.0/gcn/notices/swift/bat/guano.schema.json",
"mission": "Swift",
"instrument": "BAT-GUANO",
"messenger": "EM",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/swift/bat/guano.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.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v3.0.0/gcn/notices/swift/bat/guano.schema.json",
"mission": "Swift",
"instrument": "BAT-GUANO",
"messenger": "EM",
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": "2.0.0",
"version": "3.0.0",
"scripts": {
"prepare": "husky install",
"validate:prettier": "prettier --check .",
Expand Down

0 comments on commit 73aa4e7

Please sign in to comment.