Quote
Quote content with optional attribution metadata. Use 'text' for the quoted text, 'attribution' for the credited person or organization, and 'source' for a citation or URL. A string value in a quote field is s…
Metadata
Definition
#/$defs/Quote
Type
object
Source
spec/schemas/opf.schema.json
Fields
| Field | Type | Req | Description |
|---|---|---|---|
| text | string | yes | Quoted text. |
| attribution | string | — | Person or organization credited for the quote. |
| source | string | — | Optional quote source, citation, or URL. |
text
Type: string · Required · Default: —
Quoted text.
{
"text": "This changed how our team handles reviews."
}attribution
Type: string · Optional · Default: —
Person or organization credited for the quote.
{
"attribution": "VP Operations, Acme Corp"
}source
Type: string · Optional · Default: —
Optional quote source, citation, or URL.
{
"source": "Customer interview, March 2026"
}