Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jracusin committed Oct 10, 2024
1 parent f8ca3d7 commit e40b401
Show file tree
Hide file tree
Showing 53 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion gcn/circulars.example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/circulars.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v4.2.0/gcn/circulars.schema.json",
"eventId": "GRB 230410A",
"submitter": "Fermi GBM Team at MSFC/Fermi-GBM <[email protected]>",
"submittedHow": "email-legacy",
Expand Down
2 changes: 1 addition & 1 deletion gcn/circulars.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/circulars.schema.json",
"$id": "https://gcn.nasa.gov/schema/v4.2.0/gcn/circulars.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "GCN Circular",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/burstcube/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/burstcube/alert.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/burstcube/alert.schema.json",
"alert_datetime": "2024-06-01T00:05:00.00Z",
"alert_tense": "current",
"alert_type": "initial",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/burstcube/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/burstcube/alert.schema.json",
"$id": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/burstcube/alert.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Alert",
"description": "BurstCube Trigger Alert",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/burstcube/test.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/burstcube/test.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/burstcube/test.schema.json",
"alert_datetime": "2024-06-01T00:05:00.00Z",
"alert_tense": "current",
"alert_type": "initial",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/burstcube/test.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/burstcube/test.schema.json",
"$id": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/burstcube/test.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Alert",
"description": "BurstCube Trigger Alert",
Expand Down
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/v4.2.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/v4.2.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/v4.2.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/v4.2.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/v4.2.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/v4.2.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/v4.2.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/v4.2.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/GeoLocBase.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/v4.2.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/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/v4.2.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/v4.2.0/gcn/notices/core/Localization.schema.json",
"ra": 120,
"dec": 45,
"ra_dec_error": [0.5, 0.8, 0],
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/v4.2.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/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/v4.2.0/gcn/notices/core/Pointing.schema.json",
"ra_pointing": 120.5,
"dec_pointing": 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/v4.2.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/v4.2.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/v4.2.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/v4.2.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/v4.2.0/gcn/notices/core/Statistics.schema.json",
"far": 0.001,
"trigger_type": "rate",
"net_count_rate": 2000,
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/v4.2.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/v4.2.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/v4.2.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/v4.2.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/v4.2.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/einstein_probe/wxt/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/einstein_probe/wxt/alert.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/einstein_probe/wxt/alert.schema.json",
"instrument": "WXT",
"trigger_time": "2024-03-01T21:46:05.13Z",
"id": ["01708973486"],
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/einstein_probe/wxt/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/einstein_probe/wxt/alert.schema.json",
"$id": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/einstein_probe/wxt/alert.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "EP/WXT Alert",
"description": "Candidate X-ray transient reported from the EP/WXT on board trigger",
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/v4.2.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/v4.2.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/heasarc/archive_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/heasarc/archive_alert.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/heasarc/archive_alert.schema.json",
"mission": "HEASARC",
"alert_datetime": "2022-05-04T00:00:00Z",
"alert_tense": "archival",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/heasarc/archive_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/heasarc/archive_alert.schema.json",
"$id": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/heasarc/archive_alert.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "HEASARC - Data in Archive",
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/v4.2.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/v4.2.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/v4.2.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/v4.2.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/v4.2.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/svom/eclairs/trigger.catalog.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/svom/trigger.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/svom/trigger.schema.json",
"instrument": "ECLAIRs",
"alert_datetime": "2024-02-22T08:51:55",
"alert_tense": "test",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/svom/eclairs/trigger.not-slewing.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/svom/trigger.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/svom/trigger.schema.json",
"instrument": "ECLAIRs",
"alert_datetime": "2024-02-22T08:51:55",
"alert_tense": "test",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/svom/eclairs/trigger.slewing.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/svom/trigger.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/svom/trigger.schema.json",
"instrument": "ECLAIRs",
"alert_datetime": "2024-02-22T08:51:55",
"alert_tense": "test",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/svom/eclairs/trigger.wakeup.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/svom/trigger.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/svom/trigger.schema.json",
"instrument": "ECLAIRs",
"alert_datetime": "2024-02-22T08:51:55",
"alert_tense": "test",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/svom/grm/trigger.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/svom/trigger.schema.json",
"$schema": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/svom/trigger.schema.json",
"instrument": "GRM",
"alert_datetime": "2024-02-22T08:51:55",
"alert_tense": "test",
Expand Down
2 changes: 1 addition & 1 deletion gcn/notices/svom/trigger.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/svom/trigger.schema.json",
"$id": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/svom/trigger.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"unevaluatedProperties": false,
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/v4.2.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/v4.2.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/v4.2.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/v4.2.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/v4.2.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,7 +1,7 @@
{
"name": "@nasa-gcn/schema",
"description": "Unified JSON Schema for multi-messenger and high-energy astronomy alerts",
"version": "4.1.0",
"version": "4.2.0",
"repository": {
"type": "git",
"url": "github:nasa-gcn/gcn-schema"
Expand Down

0 comments on commit e40b401

Please sign in to comment.