com.derakkuma.profile

derakkuma.com

Documentation

A maimai DX player profile

main record

A maimai DX player profile

Record Key literal

Properties

classCP integer Optional

No description available.

minimum: 0
classImage blob Optional

No description available.

maxSize: 1.0 MB
comment string Optional

No description available.

maxLength: 128 bytes
courseImage blob Optional

No description available.

maxSize: 1.0 MB
createdAt string datetime Required

An RFC 3339 formatted timestamp.

dan string Optional

No description available.

maxLength: 32 bytes
friendCode string Optional

No description available.

maxLength: 16 bytes
partnerImage blob Optional

No description available.

maxSize: 1.0 MB
playerName string Required

No description available.

maxLength: 8 bytes
profileImage blob Optional

No description available.

maxSize: 1.0 MB
rating integer Required

No description available.

minimum: 0
stars integer Optional

No description available.

minimum: 0
title string Optional

No description available.

maxLength: 64 bytes
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "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"
}

Lexicon Garden

@