A user profile for AT://Work.Place
Record Key
literal:self
Fixed literal value
Properties
avatar
blob
Optional
Small image to be displayed next to job listings from account. AKA, 'profile picture'
maxSize: 1.0 MBbanner
blob
Optional
Larger horizontal image to display behind profile view.
maxSize: 1.0 MBdescription
string
Optional
A free text description of the identity.
maxLength: 2000 bytesmaxGraphemes: 2000 graphemesdisplayName
string
Optional
The display name of the identity.
maxLength: 200 bytesmaxGraphemes: 200 graphemesfacets
array
of
ref
app.bsky.richtext.facet
Optional
Annotations of text (mentions, URLs, hashtags, etc) in the description.
profile_host
string
Optional
The service used for profile links
Known values:
bsky.app, blacksky.communityresume
blob
Optional
The identity's resume.
maxSize: 4.0 MBstatus
string
Optional
The current status of the identity.
Known values:
place.atwork.profile#hiring, place.atwork.profile#forhireView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"avatar": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg"
],
"maxSize": 1000000,
"description": "Small image to be displayed next to job listings from account. AKA, 'profile picture'"
},
"banner": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg"
],
"maxSize": 1000000,
"description": "Larger horizontal image to display behind profile view."
},
"facets": {
"type": "array",
"items": {
"ref": "app.bsky.richtext.facet",
"type": "ref"
},
"description": "Annotations of text (mentions, URLs, hashtags, etc) in the description."
},
"resume": {
"type": "blob",
"accept": [
"application/pdf",
"text/plain"
],
"maxSize": 4000000,
"description": "The identity's resume."
},
"status": {
"type": "string",
"description": "The current status of the identity.",
"knownValues": [
"place.atwork.profile#hiring",
"place.atwork.profile#forhire"
]
},
"description": {
"type": "string",
"maxLength": 2000,
"description": "A free text description of the identity.",
"maxGraphemes": 2000
},
"displayName": {
"type": "string",
"maxLength": 200,
"description": "The display name of the identity.",
"maxGraphemes": 200
},
"profile_host": {
"type": "string",
"description": "The service used for profile links",
"knownValues": [
"bsky.app",
"blacksky.community"
]
}
}
},
"description": "A user profile for AT://Work.Place"
}