"text_node": { "type": "object", "additionalProperties": false, "required": [ "type", "text" ], "properties": { "type": { "enum": ["text"] }, "text": { "type": "string", "minLength": 1 }, "marks": {"type": "array"} } }
"type": { "enum": ["text"] }
Min Length : 1
"text": { "type": "string", "minLength": 1 }
Unique Items : false
"marks": {"type": "array"}