"codeBlock_node": { "type": "object", "additionalProperties": false, "required": ["type"], "properties": { "type": { "enum": ["codeBlock"] }, "content": { "type": "array", "items": {} }, "marks": {"type": "array"}, "attrs": { "type": "object", "additionalProperties": false, "properties": {} } } }
"type": { "enum": ["codeBlock"] }
Unique Items : false
"content": { "type": "array", "items": { "allOf": [ {"$ref": "#/definitions/text_node"}, { "type": "object", "additionalProperties": true, "properties": { "marks": { "type": "array", "maxItems": 0 } } } ] } }
"items": { "allOf": [ {"$ref": "#/definitions/text_node"}, { "type": "object", "additionalProperties": true, "properties": { "marks": { "type": "array", "maxItems": 0 } } } ] }
{"$ref": "#/definitions/text_node"}
{ "type": "object", "additionalProperties": true, "properties": { "marks": { "type": "array", "maxItems": 0 } } }
"marks": { "type": "array", "maxItems": 0 }
"marks": {"type": "array"}
"attrs": { "type": "object", "additionalProperties": false, "properties": { "language": {"type": "string"} } }
"language": {"type": "string"}