"blockquote_node": { "type": "object", "additionalProperties": false, "required": [ "type", "content" ], "properties": { "type": { "enum": ["blockquote"] }, "content": { "type": "array", "minItems": 1, "items": {} } } }
"type": { "enum": ["blockquote"] }
Unique Items : false
"content": { "type": "array", "minItems": 1, "items": {"$ref": "#/definitions/paragraph_with_no_marks_node"} }
"items": {"$ref": "#/definitions/paragraph_with_no_marks_node"}