Overview

The Event structure outlines the format of each event message, detailing the fields that are expected. It consists of two key sections, as follows.

The Schema definition specifies the exact type, size, and format of each field for each class of event message produced by the event producer. This ensures that consumers can accurately deserialize and interpret the message. The Schema definition covers both the common header fields and the class‑specific body fields within the 'object' section.