com.derakkuma.profile

derakkuma.com

{
  "id": "com.derakkuma.profile",
  "defs": {
    "main": {
      "key": "literal",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "playerName",
          "rating",
          "createdAt"
        ],
        "properties": {
          "dan": {
            "type": "string",
            "maxLength": 32
          },
          "stars": {
            "type": "integer",
            "minimum": 0
          },
          "title": {
            "type": "string",
            "maxLength": 64
          },
          "rating": {
            "type": "integer",
            "minimum": 0
          },
          "classCP": {
            "type": "integer",
            "minimum": 0
          },
          "comment": {
            "type": "string",
            "maxLength": 128
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "classImage": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000
          },
          "friendCode": {
            "type": "string",
            "maxLength": 16
          },
          "playerName": {
            "type": "string",
            "maxLength": 8
          },
          "courseImage": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000
          },
          "partnerImage": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000
          },
          "profileImage": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000
          }
        }
      },
      "description": "A maimai DX player profile"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.derakkuma.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4uoc2as443j2fg2f6xfsogqs
CID
bafyreihlkk6snswgniqqfc4l3unwegevaultbosx6ahhipz5nr4xkaqv5m
Indexed At
2026-05-23 15:26 UTC
AT-URI
at://did:plc:4uoc2as443j2fg2f6xfsogqs/com.atproto.lexicon.schema/com.derakkuma.profile

Lexicon Garden

@