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.
-
A common header, containing metadata and control information.
-
A body (or 'object') section, which houses the actual data for the event, typically mapped one‑to‑one with each Jade property.
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.