No description available.
Properties
facets
array
of reffyi.questionable.richtext.facet
Optional
No description available.
plaintext
string
Required
No description available.
textSize
string
Optional
No description available.
View raw schema
{
"type": "object",
"required": [
"plaintext"
],
"properties": {
"facets": {
"type": "array",
"items": {
"ref": "fyi.questionable.richtext.facet",
"type": "ref"
}
},
"textSize": {
"enum": [
"default",
"small",
"large"
],
"type": "string"
},
"plaintext": {
"type": "string"
}
}
}