Backfill in-progress. Some lexicons and records may be missing or incomplete.

place.atwork.profile

atwork.place

{
  "id": "place.atwork.profile",
  "defs": {
    "main": {
      "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"
    },
    "hiring": {
      "type": "token",
      "description": "Indicates the identity is actively hiring"
    },
    "forhire": {
      "type": "token",
      "description": "Indicates the identity is available for hire"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.atwork.profile

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:atwork.place
CID
bafyreiegptg2j7xvjznc7klmyuqrkplytrnyqsrgxxi2hpa4mqu6qd43ty
Indexed At
2026-01-10 01:17 UTC
AT-URI
at://did:web:atwork.place/com.atproto.lexicon.schema/place.atwork.profile

Referenced Schemas (1)

Lexicon Garden

@