REAL-WORLD-SCHEMAS-07: Runbook with an oncall owner and a rollback checklist
What it demonstrates
Section titled “What it demonstrates”An operational template binding a required owner field to a required Rollback checklist leaf.
Builds on: REAL-WORLD-SCHEMAS-06: RFC with a rejected-alternatives section
How it’s done
Section titled “How it’s done”The declarative YAML artifact, verbatim — no code required.
frontmatter: fields: oncall: { type: string } severity: { enum: [sev1, sev2, sev3] }body: sections: - section: Detection - section: Mitigation - section: Rollback content: list: { everyItem: checkbox, minItems: 1 }Surfaces exercised
Section titled “Surfaces exercised”list content leaf: everyItem: checkbox + minItems -> content/list/item-kind, content/list/min-itemsrequired-field frontmatter; the structure and content planes together