Skip to content
Settings

BaseEvent

Schema definition for BaseEvent

BaseEvent

successboolean
Flag indicates whether this message relates to some failure.
idstringrequired
Event ID.
errorobject
Error details (if present).
warningsarray
Warnings (if applicable).

This schema defines the structure and validation rules for BaseEvent.

  • success (boolean): Flag indicates whether this message relates to some failure.
  • id (string, required): Event ID.
  • error (object): Error details (if present).
  • warnings (array): Warnings (if applicable).

See other schemas in the common category.