at.rolld.profile

rolld.at

{
  "id": "at.rolld.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the account first declared rolld participation."
          },
          "displayName": {
            "type": "string",
            "maxLength": 320,
            "description": "Optional rolld-specific display name override. If absent, the app uses app.bsky.actor.profile."
          }
        }
      },
      "description": "A single per-user record (key 'self') that declares 'this account uses rolld'. Its PRESENCE is the signal that an account participates, so the friends-feed can cheaply find which of a user's follows to fetch (query for this record across follows, then read plays only for those who have it). Its DELETION is a clean opt-out. Holds optional lightweight display preferences; the authoritative bio/avatar still come from app.bsky.actor.profile, not here. Modeled on atmot's stats record doing the same double duty."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.rolld.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:vjpkp7kuxs6iicilpqlibvl4
CID
bafyreidkpb66pe52hzrw34irijsign6xlbwr24a6in25vm6fqfe5bdqnqm
Indexed At
2026-07-26 20:15 UTC
AT-URI
at://did:plc:vjpkp7kuxs6iicilpqlibvl4/com.atproto.lexicon.schema/at.rolld.profile

Lexicon Garden

@