{ "lexicon": 1, "id": "pub.leaflet.blocks.unorderedList", "defs": { "listItem": { "type": "object", "required": [ "content" ], "properties": { "children": { "type": "array", "items": { "type": "ref", "ref": "#listItem" } }, "content": { "type": "union", "refs": [ "pub.leaflet.blocks.text", "pub.leaflet.blocks.header", "pub.leaflet.blocks.image" ] } } }, "main": { "type": "object", "required": [ "children" ], "properties": { "children": { "type": "array", "items": { "type": "ref", "ref": "#listItem" } } } } } }