{}OPF
DocsObject referenceEdit on GitHub

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

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

text

Type: string · Required · Default:

Quoted text.

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

attribution

Type: string · Optional · Default:

Person or organization credited for the quote.

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

source

Type: string · Optional · Default:

Optional quote source, citation, or URL.

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