Record
document-info
Lightweight description of a document, without its body. Useful for building tables of contents cheaply.
record document-info {
id: string,
title: string,
language: string,
format: format,
parent: string,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| title | string | |
| language | string | |
| format | format | |
| parent | string | Optional parent id, for hierarchical docs. Empty if top-level. |