Event Schema

The Jade Platform Event Stream Producer (ESP) uses a JSON schema to describe database state change events. For details about the JSON schema specification, see https://json-schema.org/specification.

The JSON schema defines the structure for describing database change events in a Jade Platform database. It serves as a template for generating valid JSON payloads that represent these events.

The schema is composed of the following key components.

  1. Root‑level properties

  2. Definitions section, which contains nested schemas

For details, see the following sections.