com.derakkuma.chart

derakkuma.com

Documentation

Canonical maimai chart metadata linked to a canonical Derakkuma song

main record

Canonical maimai chart metadata linked to a canonical Derakkuma song

Record Key any Any valid record key

Properties

difficulty string Required

No description available.

maxLength: 32 bytes
internalLevel string Optional

No description available.

maxLength: 16 bytes
internalLevelValue string Optional

No description available.

maxLength: 16 bytes
level string Required

No description available.

maxLength: 8 bytes
levelValue string Optional

No description available.

maxLength: 16 bytes
noteCounts ref #noteCounts Optional

No description available.

noteDesigner string Optional

No description available.

maxLength: 128 bytes
regions ref #regions Optional

No description available.

songId string Required

No description available.

maxLength: 256 bytes
type string Required

No description available.

Allowed: std, dx, utage
updatedAt string datetime Required

An RFC 3339 formatted timestamp.

version string Optional

No description available.

maxLength: 128 bytes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "song",
      "songId",
      "type",
      "difficulty",
      "level",
      "updatedAt"
    ],
    "properties": {
      "song": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "type": {
        "enum": [
          "std",
          "dx",
          "utage"
        ],
        "type": "string"
      },
      "level": {
        "type": "string",
        "maxLength": 8
      },
      "songId": {
        "type": "string",
        "maxLength": 256
      },
      "regions": {
        "ref": "#regions",
        "type": "ref"
      },
      "version": {
        "type": "string",
        "maxLength": 128
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "difficulty": {
        "type": "string",
        "maxLength": 32
      },
      "levelValue": {
        "type": "string",
        "maxLength": 16
      },
      "noteCounts": {
        "ref": "#noteCounts",
        "type": "ref"
      },
      "noteDesigner": {
        "type": "string",
        "maxLength": 128
      },
      "internalLevel": {
        "type": "string",
        "maxLength": 16
      },
      "internalLevelValue": {
        "type": "string",
        "maxLength": 16
      }
    }
  },
  "description": "Canonical maimai chart metadata linked to a canonical Derakkuma song"
}
noteCounts object

No description available.

Properties

break integer Optional

No description available.

minimum: 0
hold integer Optional

No description available.

minimum: 0
slide integer Optional

No description available.

minimum: 0
tap integer Optional

No description available.

minimum: 0
total integer Optional

No description available.

minimum: 0
touch integer Optional

No description available.

minimum: 0
View raw schema
{
  "type": "object",
  "properties": {
    "tap": {
      "type": "integer",
      "minimum": 0
    },
    "hold": {
      "type": "integer",
      "minimum": 0
    },
    "break": {
      "type": "integer",
      "minimum": 0
    },
    "slide": {
      "type": "integer",
      "minimum": 0
    },
    "total": {
      "type": "integer",
      "minimum": 0
    },
    "touch": {
      "type": "integer",
      "minimum": 0
    }
  }
}
regions object

No description available.

Properties

cn boolean Optional

No description available.

intl boolean Optional

No description available.

jp boolean Optional

No description available.

usa boolean Optional

No description available.

View raw schema
{
  "type": "object",
  "properties": {
    "cn": {
      "type": "boolean"
    },
    "jp": {
      "type": "boolean"
    },
    "usa": {
      "type": "boolean"
    },
    "intl": {
      "type": "boolean"
    }
  }
}

Lexicon Garden

@