Creating a schema
Schemas can be created as an empty.yaml
file, or via the CLI.
Schema keys
Schema keys are the way you can manage multiple topics and subscriptions across several different files. They’re a uniqueslug
that identifies all of the resources attached to that schema.
:::caution
Subscriptions can reference topics on other schemas for flexibility, but it’s advised against as this can lead to entangled files which cannot be deployed in order.
:::