tech.tokimeki.profile

tokimeki.blue

{
  "id": "tech.tokimeki.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000
          },
          "banner": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000
          },
          "website": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048
          },
          "pronouns": {
            "type": "string",
            "maxLength": 320,
            "maxGraphemes": 32
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 2560,
            "maxGraphemes": 256
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A universal profile record for AT Protocol services. PDS-independent, open for adoption by any service."
}

Validate Record

Validate a record against tech.tokimeki.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreif2icm57boeqanxfdbd6iubecs6skwp4lr4qipepicyt33e7sxfhi
Indexed At
2026-03-25 21:01 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/tech.tokimeki.profile

Lexicon Garden

@