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

events.smokesignal.profile

smokesignal.events

Documentation

main record

A user profile for Smoke Signal

Record Key literal:self Fixed literal value

Properties

avatar blob Optional

Small image to be displayed next to events. AKA, 'profile picture'

maxSize: 3.0 MB
banner blob Optional

Larger horizontal image to display behind profile view.

maxSize: 3.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.

profileHost string Optional

The format used for profile links

maxLength: 60 bytesmaxGraphemes: 60 graphemes
Known values: bsky.app, blacksky.community, aturi
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "avatar": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg"
        ],
        "maxSize": 3000000,
        "description": "Small image to be displayed next to events. AKA, 'profile picture'"
      },
      "banner": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg"
        ],
        "maxSize": 3000000,
        "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."
      },
      "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
      },
      "profileHost": {
        "type": "string",
        "maxLength": 60,
        "description": "The format used for profile links",
        "knownValues": [
          "bsky.app",
          "blacksky.community",
          "aturi"
        ],
        "maxGraphemes": 60
      }
    }
  },
  "description": "A user profile for Smoke Signal"
}
forhire token

Indicates the identity is available for hire

Referenceevents.smokesignal.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

Referenceevents.smokesignal.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

@