Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidushi-GitHub committed Jul 23, 2024
1 parent 1889bee commit eb6b4c4
Show file tree
Hide file tree
Showing 53 changed files with 64 additions and 74 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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.0/gcn/notices/heasarc/archive_alert.schema.json",
"mission": "HEASARC",
"alert_datetime": "2022-05-04T00:00:00Z",
"alert_tense": "archival",
Expand Down
18 changes: 5 additions & 13 deletions gcn/notices/heasarc/archive_alert.schema.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/heasarc/archive_alert.schema.json",
"$id": "https://gcn.nasa.gov/schema/v4.1.0/gcn/notices/heasarc/archive_alert.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"title": "HEASARC - Data in Archive",
"description": "Data Archived at HEASARC",
"allOf": [
{
"$ref": "../core/Alert.schema.json"
},
{
"$ref": "../core/DateTime.schema.json"
},
{
"$ref": "../core/Event.schema.json"
},
{
"$ref": "../core/Reporter.schema.json"
}
{ "$ref": "../core/Alert.schema.json" },
{ "$ref": "../core/DateTime.schema.json" },
{ "$ref": "../core/Event.schema.json" },
{ "$ref": "../core/Reporter.schema.json" }
],
"properties": {
"obs_id": {
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.1.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.1.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.1.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.1.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.1.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
4 changes: 2 additions & 2 deletions 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.1.0/gcn/notices/svom/trigger.schema.json",
"instrument": "ECLAIRs",
"alert_datetime": "2024-02-22T08:51:55",
"alert_tense": "test",
Expand All @@ -11,7 +11,7 @@
"dec": -68.0289,
"ra_dec_error": 0.1,
"image_snr": 25.67,
"image_duration": 0.0,
"image_duration": 0,
"image_energy_range": [4, 20],
"trigger_type": "rate",
"slew_status": "not_requested"
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0/gcn/notices/svom/trigger.schema.json",
"instrument": "ECLAIRs",
"alert_datetime": "2024-02-22T08:51:55",
"alert_tense": "test",
Expand All @@ -10,7 +10,7 @@
"dec": -68.0289,
"ra_dec_error": 0.1,
"image_snr": 25.67,
"image_duration": 0.0,
"image_duration": 0,
"image_energy_range": [4, 20],
"trigger_type": "rate",
"slew_status": "rejected"
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0/gcn/notices/svom/trigger.schema.json",
"instrument": "ECLAIRs",
"alert_datetime": "2024-02-22T08:51:55",
"alert_tense": "test",
Expand All @@ -10,7 +10,7 @@
"dec": -68.0289,
"ra_dec_error": 0.1,
"image_snr": 25.67,
"image_duration": 0.0,
"image_duration": 0,
"image_energy_range": [4, 20],
"trigger_type": "rate",
"slew_status": "accepted"
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0/gcn/notices/svom/trigger.schema.json",
"instrument": "ECLAIRs",
"alert_datetime": "2024-02-22T08:51:55",
"alert_tense": "test",
Expand All @@ -10,7 +10,7 @@
"dec": -68.0289,
"ra_dec_error": 0.1,
"image_snr": 25.67,
"image_duration": 0.0,
"image_duration": 0,
"image_energy_range": [4, 20],
"trigger_type": "rate",
"slew_status": "not_requested"
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0/gcn/notices/svom/trigger.schema.json",
"instrument": "GRM",
"alert_datetime": "2024-02-22T08:51:55",
"alert_tense": "test",
Expand All @@ -10,7 +10,7 @@
"dec": -68.0289,
"ra_dec_error": 0.1,
"rate_snr": 25.67,
"rate_duration": 0.0,
"rate_duration": 0,
"rate_energy_range": [15, 550],
"triggered_GRDs": [true, true, true]
}
6 changes: 2 additions & 4 deletions 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.1.0/gcn/notices/svom/trigger.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"unevaluatedProperties": false,
Expand All @@ -24,9 +24,7 @@
},
"triggered_GRDs": {
"type": "array",
"items": {
"type": "boolean"
},
"items": { "type": "boolean" },
"minItems": 3,
"maxItems": 3,
"description": "In case of a GRM trigger, trigger status the 3 GRDs. Each item correspond to one of the 3 GRDs: true means the GRD triggers, false not"
Expand Down
Loading

0 comments on commit eb6b4c4

Please sign in to comment.