"heading_node": {
"type": "object",
"additionalProperties": false,
"required": [
"type",
"attrs"
],
"properties": {
"type": {
"enum": ["heading"]
},
"content": {
"type": "array",
"items": {}
},
"marks": {"type": "array"},
"attrs": {
"type": "object",
"additionalProperties": false,
"required": ["level"],
"properties": {}
}
}
}
|