tiny 88x31 lexicon for atproto

trailing commas

+4 -4
+4 -4
lexicons/store/88x31/button.json
··· 14 14 "blob": { 15 15 "type": "blob", 16 16 "accept": ["image/*"], 17 - "maxSize": 1000000, 17 + "maxSize": 1000000 18 18 }, 19 19 "alt": { 20 20 "type": "string", 21 21 "maxLength": 3000, 22 22 "maxGraphemes": 300, 23 - "description": "Alt text description of the button, for accessibility.", 23 + "description": "Alt text description of the button, for accessibility." 24 24 }, 25 25 "title": { 26 26 "type": "string", 27 27 "maxLength": 3000, 28 28 "maxGraphemes": 300, 29 - "description": "Title text description of the button, for flavor.", 29 + "description": "Title text description of the button, for flavor." 30 30 }, 31 31 "href": { 32 32 "type": "string", 33 33 "maxLength": 3000, 34 34 "maxGraphemes": 300, 35 - "description": "Hypertext reference (link) for the button.", 35 + "description": "Hypertext reference (link) for the button." 36 36 }, 37 37 "postedAt": { 38 38 "type": "string",