{ "defs": { "forhire": { "description": "Indicates the identity is available for hire", "type": "token" }, "hiring": { "description": "Indicates the identity is actively hiring", "type": "token" }, "main": { "description": "A user profile for AT://Work.Place", "key": "literal:self", "record": { "properties": { "avatar": { "accept": [ "image/png", "image/jpeg" ], "description": "Small image to be displayed next to job listings from account. AKA, 'profile picture'", "maxSize": 1000000, "type": "blob" }, "banner": { "accept": [ "image/png", "image/jpeg" ], "description": "Larger horizontal image to display behind profile view.", "maxSize": 1000000, "type": "blob" }, "description": { "description": "A free text description of the identity.", "maxGraphemes": 2000, "maxLength": 2000, "type": "string" }, "displayName": { "description": "The display name of the identity.", "maxGraphemes": 200, "maxLength": 200, "type": "string" }, "facets": { "description": "Annotations of text (mentions, URLs, hashtags, etc) in the description.", "items": { "ref": "app.bsky.richtext.facet", "type": "ref" }, "type": "array" }, "profile_host": { "description": "The service used for profile links", "knownValues": [ "bsky.app", "blacksky.community" ], "type": "string" }, "resume": { "accept": [ "application/pdf", "text/plain" ], "description": "The identity's resume.", "maxSize": 4000000, "type": "blob" }, "status": { "description": "The current status of the identity.", "knownValues": [ "place.atwork.profile#hiring", "place.atwork.profile#forhire" ], "type": "string" } }, "type": "object" }, "type": "record" } }, "id": "place.atwork.profile", "lexicon": 1 }