com.derakkuma.best

derakkuma.com

{
  "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
}

Validate Record

Validate a record against com.derakkuma.best

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@