No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"blocks"
],
"properties": {
"blocks": {
"type": "array",
"items": {
"refs": [
"art.cllctv.block.text",
"art.cllctv.block.heading",
"art.cllctv.block.blockquote",
"art.cllctv.block.horizontalRule",
"art.cllctv.block.bulletList",
"art.cllctv.block.orderedList",
"art.cllctv.block.image",
"art.cllctv.block.layout",
"art.cllctv.block.timeline"
],
"type": "union"
}
}
}
}