Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 504 Bytes

quote.md

File metadata and controls

24 lines (18 loc) · 504 Bytes
description
The quote object represents a section of referenced text from an external source.

Quote

The quote object represents a section of referenced text from an external source.

Properties

Name Type Format Description
text string The quote text
source string The source of the quote

Example

This example shows a quote object:

{
    "text": "I'll be back...",
    "source": "The Terminator"
}