place.birds.profile

birds.place

{
  "id": "place.birds.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp for when the profile was first created. Preserved across edits."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp for the most recent edit."
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "The name to show beside this observer's sightings, in place of their handle.",
            "maxGraphemes": 64
          }
        }
      },
      "description": "How the observer wants to be shown on birds.place. One per account; the record key is always `self`. Every field is optional — a missing profile, or a missing field, falls back to what the wider network says about the account (an app.bsky.actor.profile display name, then the handle). This record exists so that never having used Bluesky is a first-class situation."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.birds.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:w4p4bumx22vgnjmctoqjj7sy
CID
bafyreid6himb6s36cff46475nauvohg7y6ukygmzu7xubqgcqbs5qkxtky
Indexed At
2026-08-16 01:05 UTC
AT-URI
at://did:plc:w4p4bumx22vgnjmctoqjj7sy/com.atproto.lexicon.schema/place.birds.profile

Lexicon Garden

@