main-concepts

No menu items for this category

Typed Event

Schema defining a Typed Event with its status, data, and timestamp.

  • status (string): The status of the event, such as 'failed', 'successful', or 'unprocessed'. Must be one of: ["failed", "successful", "unprocessed"].
  • data (array): The event data, which can be of different types depending on the status.
  • timestamp (number, format: int64): The timestamp when the event occurred, represented as a long.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.