No description available.
Properties
facets
array
of refpub.leaflet.richtext.facet
Optional
No description available.
plaintext
string
Required
No description available.
View raw schema
{
"type": "object",
"required": [
"plaintext"
],
"properties": {
"facets": {
"type": "array",
"items": {
"ref": "pub.leaflet.richtext.facet",
"type": "ref"
}
},
"plaintext": {
"type": "string"
}
}
}