atproto blogging
at main 31 lines 540 B view raw
1{ 2 "lexicon": 1, 3 "id": "pub.leaflet.blocks.website", 4 "defs": { 5 "main": { 6 "type": "object", 7 "required": [ 8 "src" 9 ], 10 "properties": { 11 "description": { 12 "type": "string" 13 }, 14 "previewImage": { 15 "type": "blob", 16 "accept": [ 17 "image/*" 18 ], 19 "maxSize": 1000000 20 }, 21 "src": { 22 "type": "string", 23 "format": "uri" 24 }, 25 "title": { 26 "type": "string" 27 } 28 } 29 } 30 } 31}