Documentation Metadata Schema¶
Every page must include YAML front matter with this schema.
Required Fields¶
title: human-readable page titletenant:globalor tenant id (example:kifwa)persona: one ofcustomer,company,association,all,authorsversion_introduced: semantic docs stream version (1.0,1.1)last_reviewed: ISO date (YYYY-MM-DD)owners: list of owning teams
Optional Fields¶
deprecates: version where this page supersedes older guidancerelated_services: backend/frontend services linked to contentchange_ticket: change request reference
Example¶
---
title: Cargo Lifecycle
tenant: kifwa
persona: company
version_introduced: 1.0
last_reviewed: 2026-02-23
owners:
- cargo-domain
- company-portal-team
---