com.derakkuma.best

derakkuma.com

Documentation

Personal best score for a canonical Derakkuma chart

main record

Personal best score for a canonical Derakkuma chart

Record Key any Any valid record key

Properties

achievement string Required

No description available.

maxLength: 8 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

dxScore ref #dxScore Optional

No description available.

fcStatus string Optional

No description available.

maxLength: 16 bytes
lastPlayed string datetime Optional

An RFC 3339 formatted timestamp.

playCount integer Optional

No description available.

minimum: 0
scoreRank string Optional

No description available.

maxLength: 8 bytes
syncStatus string Optional

No description available.

maxLength: 16 bytes
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "chart",
      "achievement",
      "createdAt"
    ],
    "properties": {
      "chart": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "dxScore": {
        "ref": "#dxScore",
        "type": "ref"
      },
      "fcStatus": {
        "type": "string",
        "maxLength": 16
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "playCount": {
        "type": "integer",
        "minimum": 0
      },
      "scoreRank": {
        "type": "string",
        "maxLength": 8
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "lastPlayed": {
        "type": "string",
        "format": "datetime"
      },
      "syncStatus": {
        "type": "string",
        "maxLength": 16
      },
      "achievement": {
        "type": "string",
        "maxLength": 8
      }
    }
  },
  "description": "Personal best score for a canonical Derakkuma chart"
}
dxScore object

No description available.

Properties

achieved integer Required

No description available.

minimum: 0
total integer Required

No description available.

minimum: 0
View raw schema
{
  "type": "object",
  "required": [
    "achieved",
    "total"
  ],
  "properties": {
    "total": {
      "type": "integer",
      "minimum": 0
    },
    "achieved": {
      "type": "integer",
      "minimum": 0
    }
  }
}

Lexicon Garden

@