No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"refs": [
"fyi.questionable.richtext.text",
"fyi.questionable.richtext.blockquote",
"fyi.questionable.richtext.code",
"fyi.questionable.richtext.header",
"fyi.questionable.richtext.horizontalRule",
"fyi.questionable.richtext.list"
],
"type": "union",
"closed": false
},
"maxLength": 500,
"description": "Content blocks inside the blockquote"
},
"plaintext": {
"type": "string"
}
}
}