Quote
Quote is used to represent anything that someone quoted
Format
JSON
{
"type": "text",
"subtype": "quote",
"metadata": {
"content": "Everything is good !",
"attribution": "Mr. X, from Y company"
},
"text": "<div>
<blockquote>Everything is good !</blockquote>
<span class=\"attribution\">Mr. X, from Y company</span>
</div>"
}
Schema
Key | Type |
---|---|
type * | String, Value should be text |
subtype * | Value should be quote |
metadata * | Object |
text * | HTML string with exact tags and class attributes as shown in example |
Metadata
Key | Type |
---|---|
content * | String |
attribution | String |