tiny 88x31 lexicon for atproto

trailing commas

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