Skip to content

Metadata Schema

Use this frontmatter schema on every page.

---
title: Human readable page title
description: One line description of page scope
owners:
  - team-or-person
audience:
  - infrastructure
  - application
doc_status: draft
last_reviewed: YYYY-MM-DD
tags:
  - topic
  - capability
source_repos:
  - iot-manifests
  - iot-infrastructure
---

Field semantics

Field Type Notes
title string Display title
description string One-line scope statement
owners list[string] Team or person responsible
audience list[string] infrastructure, application, or both
doc_status string draft, active, or deprecated
last_reviewed date ISO date
tags list[string] Retrieval and grouping tags
source_repos list[string] Linked implementation repos