Record
document
A single documentation entry.
record document {
id: string,
title: string,
language: string,
format: format,
contents: string,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | Stable, URL-safe identifier (e.g. "readme", "guides/auth"). |
| title | string | Human-readable title. |
| language | string | BCP-47 language tag (e.g. "en", "ja"). Empty if unknown. |
| format | format | Markup format of contents. |
| contents | string | The raw document body. |