"layoutSection_node": {
"type": "object",
"additionalProperties": false,
"required": [
"type",
"content"
],
"properties": {
"type": {
"enum": ["layoutSection"]
},
"marks": {
"type": "array",
"items": {}
},
"content": {
"type": "array",
"items": {}
}
}
}
|