id.sifa.profile.self

sifa.id

Documentation

The user's professional profile summary.

main record

The user's professional profile summary.

Record Key literal:self Fixed literal value

Properties

about string Optional

Professional summary or about section. Longer-form than Bluesky's description field.

maxLength: 50000 bytesmaxGraphemes: 5000 graphemes
createdAt string datetime Required

Client-declared timestamp when this profile was originally created.

headline string Optional

Professional headline (e.g., 'Senior Engineer at Acme Corp'). Distinct from Bluesky's displayName.

maxLength: 1200 bytesmaxGraphemes: 120 graphemes
industry string Optional

Primary professional industry.

maxLength: 1000 bytesmaxGraphemes: 100 graphemes
langs array of string language Optional

BCP 47 language tags indicating the user's primary professional languages.

maxLength: 3 items
openTo array of string Optional

Types of opportunities the user is open to. Empty array or omitted means not actively seeking.

maxLength: 10 items
preferredWorkplace array of string Optional

Preferred workplace arrangements. Orthogonal to openTo. Empty array or omitted means no preference.

maxLength: 3 items
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "about": {
        "type": "string",
        "maxLength": 50000,
        "description": "Professional summary or about section. Longer-form than Bluesky's description field.",
        "maxGraphemes": 5000
      },
      "langs": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "language"
        },
        "maxLength": 3,
        "description": "BCP 47 language tags indicating the user's primary professional languages."
      },
      "labels": {
        "refs": [
          "com.atproto.label.defs#selfLabels"
        ],
        "type": "union",
        "description": "Self-label values for the professional profile."
      },
      "openTo": {
        "type": "array",
        "items": {
          "type": "string",
          "knownValues": [
            "id.sifa.defs#fullTimeRoles",
            "id.sifa.defs#partTimeRoles",
            "id.sifa.defs#contractRoles",
            "id.sifa.defs#boardPositions",
            "id.sifa.defs#mentoringOthers",
            "id.sifa.defs#beingMentored",
            "id.sifa.defs#collaborations"
          ]
        },
        "maxLength": 10,
        "description": "Types of opportunities the user is open to. Empty array or omitted means not actively seeking."
      },
      "headline": {
        "type": "string",
        "maxLength": 1200,
        "description": "Professional headline (e.g., 'Senior Engineer at Acme Corp'). Distinct from Bluesky's displayName.",
        "maxGraphemes": 120
      },
      "industry": {
        "type": "string",
        "maxLength": 1000,
        "description": "Primary professional industry.",
        "maxGraphemes": 100
      },
      "location": {
        "ref": "community.lexicon.location.address",
        "type": "ref",
        "description": "Professional location (city, region, country). Uses community location lexicon."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this profile was originally created."
      },
      "preferredWorkplace": {
        "type": "array",
        "items": {
          "type": "string",
          "knownValues": [
            "id.sifa.defs#onSite",
            "id.sifa.defs#remote",
            "id.sifa.defs#hybrid"
          ]
        },
        "maxLength": 3,
        "description": "Preferred workplace arrangements. Orthogonal to openTo. Empty array or omitted means no preference."
      }
    }
  },
  "description": "The user's professional profile summary."
}

Lexicon Garden

@