REAL-WORLD-SCHEMAS-06: RFC with a rejected-alternatives section
What it demonstrates
Section titled “What it demonstrates”A richer single type using recognized-relative order and a mandatory Rejected alternatives 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.
frontmatter: fields: status: { enum: [draft, review, final] }body: order: recognized-relative allowUnknown: true sections: - section: Summary - section: Motivation - section: Detailed design - section: Rejected alternatives - section: Open questions optional: trueSurfaces exercised
Section titled “Surfaces exercised”body.order: recognized-relative; allowUnknown: true; an optional section; enum frontmatteran absent required section -> structure/section-missing