REAL-WORLD-SCHEMAS-03: Typed table inside Consequences
What it demonstrates
Section titled “What it demonstrates”A content leaf: a typed table with an enum cell required inside a named section.
Builds on: REAL-WORLD-SCHEMAS-02: Type the ADR frontmatter
How it’s done
Section titled “How it’s done”The declarative YAML artifact, verbatim — no code required.
- section: Consequences content: table: columns: [Effect, Kind] minRows: 1 cells: Kind: enum: [positive, negative, neutral]Surfaces exercised
Section titled “Surfaces exercised”content plane: table leaf with columns / minRows / per-cell enum schemaa cell outside the enum -> content/table/cell; too few rows -> content/table/min-rows