place.atwork.profile

atwork.place

Documentation

A user profile for AT://Work.Place

main record

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 MB
banner blob Optional

Larger horizontal image to display behind profile view.

maxSize: 1.0 MB
description string Optional

A free text description of the identity.

maxLength: 2000 bytesmaxGraphemes: 2000 graphemes
displayName string Optional

The display name of the identity.

maxLength: 200 bytesmaxGraphemes: 200 graphemes
facets 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.community
resume blob Optional

The identity's resume.

maxSize: 4.0 MB
status string Optional

The current status of the identity.

Known values: place.atwork.profile#hiring, place.atwork.profile#forhire
View 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"
}
forhire token

Indicates the identity is available for hire

Referenceplace.atwork.profile#forhire

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Indicates the identity is available for hire"
}
hiring token

Indicates the identity is actively hiring

Referenceplace.atwork.profile#hiring

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Indicates the identity is actively hiring"
}

Lexicon Garden

@