No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"refs": [
"fyi.questionable.richtext.text",
"fyi.questionable.richtext.list"
],
"type": "union"
}
},
"ordered": {
"type": "boolean",
"default": false
}
}
}