blue.recipes.actor.profile

thighhighs.moe

{
  "id": "blue.recipes.actor.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "displayName"
        ],
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "Small image to be displayed on the profile."
          },
          "banner": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "Larger header image to be displayed on the profile."
          },
          "website": {
            "type": "string"
          },
          "pronouns": {
            "type": "string",
            "maxLength": 200,
            "description": "Free-form text to describe pronouns.",
            "maxGraphemes": 20
          },
          "createdAt": {
            "type": "string"
          },
          "description": {
            "type": "string",
            "maxLength": 2500,
            "description": "Free-form profile description text.",
            "maxGraphemes": 256
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.recipes.actor.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2c3tfa27yybwmnv57mbycepd
CID
bafyreig4sxdacwoykijunfrbopuyli5eta3ywrruqpkc34qd2ihbti36re
Indexed At
2026-01-08 18:05 UTC
AT-URI
at://did:plc:2c3tfa27yybwmnv57mbycepd/com.atproto.lexicon.schema/blue.recipes.actor.profile

Lexicon Garden

@