Events types v1.0
Created Mar 27, 2024 at 07:05 PM

Type: event_header

Common properties for all events

  • JSON
  • {
      "id": number,
      "timestamp": number,
      "event_type": string,
      <prop>: any
    }
    Property Name Type Description Notes
    event_header <object> Common properties for all events
    event_header.id <number> Unique identifier within an event type Optional;
    event_header.timestamp <number> Time, in Unix epoch seconds, when the queue received the event Optional;
    event_header.event_type <string> The event type Optional;
    event_header.<prop> <any> Optional;