atproto blogging
at main 24 lines 419 B view raw
1{ 2 "lexicon": 1, 3 "id": "pub.leaflet.blocks.text", 4 "defs": { 5 "main": { 6 "type": "object", 7 "required": [ 8 "plaintext" 9 ], 10 "properties": { 11 "facets": { 12 "type": "array", 13 "items": { 14 "type": "ref", 15 "ref": "pub.leaflet.richtext.facet" 16 } 17 }, 18 "plaintext": { 19 "type": "string" 20 } 21 } 22 } 23 } 24}