Skip to content

REAL-WORLD-SCHEMAS-08: Postmortem: timeline table plus action items

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

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 }
  • table leaf (columns/minRows -> content/table/min-rows) + list leaf (checkbox) in one body
  • the content plane over multiple blocks