# com.derakkuma.best

> Published by [derakkuma.com](https://lexicon.garden/identity/did:plc:4uoc2as443j2fg2f6xfsogqs)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:4uoc2as443j2fg2f6xfsogqs/com.derakkuma.best)
- [Documentation](https://lexicon.garden/lexicon/did:plc:4uoc2as443j2fg2f6xfsogqs/com.derakkuma.best/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:4uoc2as443j2fg2f6xfsogqs/com.derakkuma.best/examples)

## Definitions

### `com.derakkuma.best`

**Type**: `record`

Personal best score for a canonical Derakkuma chart

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `chart` | `ref` → `com.atproto.repo.strongRef` | Yes |  |
| `dxScore` | `ref` → `#dxScore` | No |  |
| `fcStatus` | `string` | No |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `playCount` | `integer` | No |  |
| `scoreRank` | `string` | No |  |
| `updatedAt` | `string` (datetime) | No |  |
| `lastPlayed` | `string` (datetime) | No |  |
| `syncStatus` | `string` | No |  |
| `achievement` | `string` | Yes |  |

### `com.derakkuma.best#dxScore`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `total` | `integer` | Yes |  |
| `achieved` | `integer` | Yes |  |

## Raw Schema

```json
{
  "id": "com.derakkuma.best",
  "defs": {
    "main": {
      "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": {
      "type": "object",
      "required": [
        "achieved",
        "total"
      ],
      "properties": {
        "total": {
          "type": "integer",
          "minimum": 0
        },
        "achieved": {
          "type": "integer",
          "minimum": 0
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
