Skip to content

REAL-WORLD-SCHEMAS-07: Runbook with an oncall owner and a rollback checklist

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

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 }
  • list content leaf: everyItem: checkbox + minItems -> content/list/item-kind, content/list/min-items
  • required-field frontmatter; the structure and content planes together