social.smallbury.actor.profile

lexicon.pds.smallbury.social

{
  "id": "social.smallbury.actor.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "appViewUrl": {
            "type": "string",
            "format": "uri",
            "description": "Canonical HTTPS URL of the Smallbury AppView this account uses for indexing and share links."
          },
          "encryptionPublicKey": {
            "type": "bytes",
            "maxLength": 256,
            "description": "Public key for receiving wrapped content keys and pairwise trust secrets (format defined by the Smallbury client, e.g. X25519 or P-256 SPKI)."
          },
          "encryptionPublicKeyId": {
            "type": "string",
            "maxLength": 64,
            "minLength": 1,
            "description": "Identifier for encryptionPublicKey; incremented when the key rotates so trust handshakes can target the correct key."
          }
        }
      },
      "description": "Supplemental Smallbury profile data stored alongside app.bsky.actor.profile. Presentation fields (display name, avatar, description, etc.) live on the Bluesky profile record only."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.smallbury.actor.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wnagcp6h73nxmvmwid2xxukx
CID
bafyreihthgl2f6s6nazpfa7yxnnlebpjfr5dj2zqkrfcddvsdnd2sgsbxm
Indexed At
2026-06-26 11:59 UTC
AT-URI
at://did:plc:wnagcp6h73nxmvmwid2xxukx/com.atproto.lexicon.schema/social.smallbury.actor.profile

Lexicon Garden

@