Alert

BurstCube Trigger Alert

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.intelligence.ai/nasa/gcn/v4.1.0/notices/burstcube/alert.schema.json",
  "title": "Alert",
  "description": "BurstCube Trigger Alert",
  "type": "object",
  "allOf": [
    {
      "$ref": "../core/Alert.schema.json"
    },
    {
      "$ref": "../core/Reporter.schema.json"
    },
    {
      "$ref": "../core/DateTime.schema.json"
    },
    {
      "$ref": "../core/Event.schema.json"
    },
    {
      "$ref": "../core/Localization.schema.json"
    },
    {
      "$ref": "../core/Statistics.schema.json"
    },
    {
      "$ref": "../core/Duration.schema.json"
    }
  ],
  "properties": {
    "detector_status": {
      "type": "object",
      "properties": {
        "CsI0": {
          "$ref": "../core/DetectorStatus.schema.json"
        },
        "CsI1": {
          "$ref": "../core/DetectorStatus.schema.json"
        },
        "CsI2": {
          "$ref": "../core/DetectorStatus.schema.json"
        },
        "CsI3": {
          "$ref": "../core/DetectorStatus.schema.json"
        }
      }
    }
  }
}