No description available.
Properties
items
array
of union
Required
Array of content blocks
maxLength: 1000 items
Known types:
- fyi.questionable.richtext.text
- fyi.questionable.richtext.blockquote
- fyi.questionable.richtext.bskyPost
- fyi.questionable.richtext.code
- fyi.questionable.richtext.header
- fyi.questionable.richtext.horizontalRule
- fyi.questionable.richtext.image
- fyi.questionable.richtext.math
- fyi.questionable.richtext.text
- fyi.questionable.richtext.list
- fyi.questionable.richtext.website
View raw schema
{
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"refs": [
"fyi.questionable.richtext.text",
"fyi.questionable.richtext.blockquote",
"fyi.questionable.richtext.bskyPost",
"fyi.questionable.richtext.code",
"fyi.questionable.richtext.header",
"fyi.questionable.richtext.horizontalRule",
"fyi.questionable.richtext.image",
"fyi.questionable.richtext.math",
"fyi.questionable.richtext.text",
"fyi.questionable.richtext.list",
"fyi.questionable.richtext.website"
],
"type": "union",
"closed": false,
"description": "Open union used to define the content. Each entry must specify a $type"
},
"maxLength": 1000,
"description": "Array of content blocks"
}
}
}