a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
at major 27 lines 421 B view raw
1{ 2 "lexicon": 1, 3 "id": "pub.leaflet.blocks.header", 4 "defs": { 5 "main": { 6 "type": "object", 7 "required": ["plaintext"], 8 "properties": { 9 "level": { 10 "type": "integer", 11 "minimum": 1, 12 "maximum": 6 13 }, 14 "plaintext": { 15 "type": "string" 16 }, 17 "facets": { 18 "type": "array", 19 "items": { 20 "type": "ref", 21 "ref": "pub.leaflet.richtext.facet" 22 } 23 } 24 } 25 } 26 } 27}