Skip to main content

Schema Reference

UDB uses JSON Schema to define and validate the structure of YAML files in spec/. Each schema is versioned independently — the version shown on each card is that schema's current version.

About Schema Versions

Schemas are versioned independently of the UDB repository. Each schema file declares its version in the $id field. When a schema format changes, a new version is created to maintain backward compatibility with existing data files.

Schemas