Skip to content

Schemas

Schemas are generated from the Pydantic models in tooling/ and live next to them as tooling/*.schema.json.

Documentation fields

The most standard way to document JSON Schemas is to use JSON Schema keywords:

  • title
  • description
  • examples
  • default
  • deprecated

Then generate human-readable documentation pages from the schemas.

See Schemas → Reference (generated) for the current schema set.