forked from
mary.my.id/atcute
a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
1{
2 "lexicon": 1,
3 "id": "pub.leaflet.blocks.website",
4 "defs": {
5 "main": {
6 "type": "object",
7 "required": ["src"],
8 "properties": {
9 "previewImage": {
10 "type": "blob",
11 "accept": ["image/*"],
12 "maxSize": 1000000
13 },
14 "title": {
15 "type": "string"
16 },
17 "description": {
18 "type": "string"
19 },
20 "src": {
21 "type": "string",
22 "format": "uri"
23 }
24 }
25 }
26 }
27}