social.yakka.actor.profile

yakka.social

{
  "id": "social.yakka.actor.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "pronouns": {
            "type": "string",
            "maxLength": 64,
            "description": "Free text rather than an enum: the set is not ours to close, and a picker that omits somebody is worse than a field they can fill in.",
            "maxGraphemes": 32
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Yakka's half of a person's profile, layered over app.bsky.actor.profile (ADR 0027 §3). Resolution is per field and lowest-precedence-first: a present field here overrides the same field there, and an absent one never blanks it. This record deliberately does NOT restate displayName, description or avatar — those have a home in the network already, and restating one would mean a name changed in any other atproto client stops showing on yakka. What lives here is what Bluesky has no field for."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.yakka.actor.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:l4qgvpbuaoktrgdo4aweye6j
CID
bafyreiccyxqok3gw7rt7nbsb5mcyqbh5exso3l6h2p6mvtlvnhju35nraq
Indexed At
2026-08-29 19:02 UTC
AT-URI
at://did:plc:l4qgvpbuaoktrgdo4aweye6j/com.atproto.lexicon.schema/social.yakka.actor.profile

Lexicon Garden

@