prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
at main 25 lines 394 B view raw
1{ 2 "lexicon": 1, 3 "id": "app.bsky.actor.profile", 4 "defs": { 5 "main": { 6 "type": "record", 7 "key": "self", 8 "record": { 9 "type": "object", 10 "properties": { 11 "displayName": { 12 "type": "string", 13 "maxLength": 64, 14 "maxGraphemes": 64 15 }, 16 "description": { 17 "type": "string", 18 "maxLength": 256, 19 "maxGraphemes": 256 20 } 21 } 22 } 23 } 24 } 25}