{ "lexicon": 1, "id": "pub.leaflet.blocks.website", "defs": { "main": { "type": "object", "required": [ "src" ], "properties": { "description": { "type": "string" }, "previewImage": { "type": "blob", "accept": [ "image/*" ], "maxSize": 1000000 }, "src": { "type": "string", "format": "uri" }, "title": { "type": "string" } } } } }