a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
at major 23 lines 349 B view raw
1{ 2 "lexicon": 1, 3 "id": "pub.leaflet.theme.backgroundImage", 4 "defs": { 5 "main": { 6 "type": "object", 7 "required": ["image"], 8 "properties": { 9 "image": { 10 "type": "blob", 11 "accept": ["image/*"], 12 "maxSize": 1000000 13 }, 14 "width": { 15 "type": "integer" 16 }, 17 "repeat": { 18 "type": "boolean" 19 } 20 } 21 } 22 } 23}