description |
---|
The quote object represents a section of referenced text from an external source. |
The quote object represents a section of referenced text from an external source.
Name | Type | Format | Description |
---|---|---|---|
text | string | The quote text | |
source | string | The source of the quote |
This example shows a quote object:
{
"text": "I'll be back...",
"source": "The Terminator"
}