Bigfact
Bigfact is used to represent a factual content
Format
JSON
{
"type": "text",
"subtype": "bigfact",
"metadata": {
"content": "This is a fact",
"attribution": "By Mr. X"
},
"text": "<div>
<div class=\"bigfact-title\">This is a fact</div>
<div class=\"bigfact-description\">By Mr. X</div>
</div>"
}
Schema
Key | Type |
---|---|
type * | String, Value should be text |
subtype * | Value should be bigfact |
metadata * | Object |
text * | HTML string with exact <div> tags and class attributes as shown in example |
Metadata
Key | Type |
---|---|
content * | String |
attribution * | String |
Notes
[1] All mandatory fields are marked with an *