tech.tokimeki.forum.profile

tokimeki.blue

{
  "id": "tech.tokimeki.forum.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          },
          "rules": {
            "type": "string",
            "maxLength": 40960,
            "maxGraphemes": 4096
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 10240,
            "maxGraphemes": 1024
          },
          "discoverable": {
            "type": "boolean",
            "default": true,
            "description": "Whether the server may be listed in the public directory."
          }
        }
      },
      "description": "Display information of a server. Written by the server owner into their own repo within the server's public space (rkey self)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.tokimeki.forum.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreicjos3xqguezmvryhe27puje4snrb7zlhmuoudrnlj6fxdw3yk3ua
Indexed At
2026-08-25 12:27 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/tech.tokimeki.forum.profile

Version History (2 versions)

Lexicon Garden

@