this repo has no description
atproto bluesky typescript express

skitpic!

+27
+27
lexicons/lol/skittr/skitpic/entry.json
··· 1 + { 2 + "lexicon": 1, 3 + "id": "lol.skittr.skitpic.entry", 4 + "defs": { 5 + "main": { 6 + "type": "record", 7 + "description": "Skitpic entry", 8 + "key": "tid", 9 + "record": { 10 + "type": "object", 11 + "required": ["image", "alt"], 12 + "properties": { 13 + "image": { 14 + "type": "blob", 15 + "accept": ["image/png", "image/jpeg"], 16 + "maxSize": 1000000 17 + }, 18 + "alt": { 19 + "type": "string", 20 + "maxLength": 3000, 21 + "maxGraphemes": 300 22 + } 23 + } 24 + } 25 + } 26 + } 27 + }