REAL-WORLD-SCHEMAS-08: Postmortem: timeline table plus action items
What it demonstrates
Section titled “What it demonstrates”Two content leaves in one document: a required timeline table and an action-items checklist.
Builds on: REAL-WORLD-SCHEMAS-07: Runbook with an oncall owner and a rollback checklist
How it’s done
Section titled “How it’s done”The declarative YAML artifact, verbatim — no code required.
body: sections: - section: Summary - section: Timeline content: table: columns: [Time, Event] minRows: 1 - section: Action items content: list: { everyItem: checkbox, minItems: 1 }Surfaces exercised
Section titled “Surfaces exercised”table leaf (columns/minRows -> content/table/min-rows) + list leaf (checkbox) in one bodythe content plane over multiple blocks