Manifest Reference
The Airdress operator is configured with declarative YAML manifests. Each manifest kind has a published JSON Schema; the pages in this section are generated from those schemas, so they always match what the operator actually validates.
Every kind has an alias URL https://schemas.airdress.co/operator/<Kind>/v1.json that always
points at the latest published schema for that major version, and a pinned
URL https://schemas.airdress.co/operator/<Kind>/v1/<operator-version>.json that never changes
once published. Use the alias in editor modelines and CI so you pick up
additive schema updates automatically; pin an exact version only when you
need byte-stable validation.