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