EP/WXT Alert

Candidate X-ray transient reported from the EP/WXT on board trigger

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.intelligence.ai/nasa/gcn/v4.1.0/notices/einstein_probe/wxt/alert.schema.json",
  "title": "EP/WXT Alert",
  "description": "Candidate X-ray transient reported from the EP/WXT on board trigger",
  "type": "object",
  "allOf": [
    {
      "$ref": "../../core/DateTime.schema.json"
    },
    {
      "$ref": "../../core/Event.schema.json"
    },
    {
      "$ref": "../../core/Localization.schema.json"
    },
    {
      "$ref": "../../core/Reporter.schema.json"
    },
    {
      "$ref": "../../core/Statistics.schema.json"
    },
    {
      "$ref": "../../core/AdditionalInfo.schema.json"
    }
  ]
}