{ "lexicon": 1, "id": "app.bsky.actor.profile", "defs": { "main": { "type": "record", "key": "tid", "record": { "type": "object", "properties": { "displayName": { "type": "string", "maxLength": 64, "maxGraphemes": 64 }, "description": { "type": "string", "maxLength": 300, "maxGraphemes": 300 }, "avatar": { "type": "blob", "accept": ["image/png", "image/jpeg", "image/webp", "image/gif"] }, "banner": { "type": "blob", "accept": ["image/png", "image/jpeg", "image/webp"] } } } } } }