blue.recipes.actor.defs

thighhighs.moe

{
  "id": "blue.recipes.actor.defs",
  "defs": {
    "profileViewBasic": {
      "type": "object",
      "required": [
        "did",
        "handle"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "avatar": {
          "type": "blob",
          "accept": [
            "image/png",
            "image/jpeg"
          ],
          "maxSize": 1000000,
          "description": "Small image to be displayed on the profile."
        },
        "handle": {
          "type": "string",
          "format": "handle"
        },
        "pronouns": {
          "type": "string"
        },
        "createdAt": {
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.recipes.actor.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@