{ "lexicon": 1, "id": "pub.leaflet.pages.linearDocument", "defs": { "block": { "type": "object", "required": [ "block" ], "properties": { "alignment": { "type": "string", "knownValues": [ "#textAlignLeft", "#textAlignCenter", "#textAlignRight", "#textAlignJustify" ] }, "block": { "type": "union", "refs": [ "pub.leaflet.blocks.iframe", "pub.leaflet.blocks.text", "pub.leaflet.blocks.blockquote", "pub.leaflet.blocks.header", "pub.leaflet.blocks.image", "pub.leaflet.blocks.unorderedList", "pub.leaflet.blocks.website", "pub.leaflet.blocks.math", "pub.leaflet.blocks.code", "pub.leaflet.blocks.horizontalRule", "pub.leaflet.blocks.bskyPost", "pub.leaflet.blocks.page", "pub.leaflet.blocks.poll", "pub.leaflet.blocks.button" ] } } }, "main": { "type": "object", "required": [ "blocks" ], "properties": { "blocks": { "type": "array", "items": { "type": "ref", "ref": "#block" } }, "id": { "type": "string" } } }, "position": { "type": "object", "required": [ "block", "offset" ], "properties": { "block": { "type": "array", "items": { "type": "integer" } }, "offset": { "type": "integer" } } }, "quote": { "type": "object", "required": [ "start", "end" ], "properties": { "end": { "type": "ref", "ref": "#position" }, "start": { "type": "ref", "ref": "#position" } } }, "textAlignCenter": { "type": "token" }, "textAlignJustify": { "type": "token" }, "textAlignLeft": { "type": "token" }, "textAlignRight": { "type": "token" } } }