Blurb
Blurb is used to represent a short description
Format
JSON
{
"type": "text",
"subtype": "blurb",
"metadata": {
"content": "This is a blurb"
},
"text": "<blockquote>This is a blurb</blockquote>"
}
Schema
| Key | Type |
|---|---|
| type * | String, Value should be text |
| subtype * | Value should be blurb |
| metadata * | Object |
| text * | HTML string starting and ending with <blockquote></blockquote> |
Metadata
| Key | Type |
|---|---|
| content * | String |
Notes
[1] All mandatory fields are marked with an *