atproto blogging
at main 22 lines 342 B view raw
1{ 2 "lexicon": 1, 3 "id": "pub.leaflet.blocks.button", 4 "defs": { 5 "main": { 6 "type": "object", 7 "required": [ 8 "text", 9 "url" 10 ], 11 "properties": { 12 "text": { 13 "type": "string" 14 }, 15 "url": { 16 "type": "string", 17 "format": "uri" 18 } 19 } 20 } 21 } 22}