{}OPF
DocsObject referenceView source

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

Field index

FieldTypeReq.Description
textstringyesQuoted text.
attributionstringPerson or organization credited for the quote.
sourcestringOptional quote source, citation, or URL.

text

typestringrequiredyesdefault

Quoted text.

text.json
{
  "text": "This changed how our team handles reviews."
}

attribution

typestringrequirednodefault

Person or organization credited for the quote.

attribution.json
{
  "attribution": "VP Operations, Acme Corp"
}

source

typestringrequirednodefault

Optional quote source, citation, or URL.

source.json
{
  "source": "Customer interview, March 2026"
}