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