Personal best score for a canonical Derakkuma chart
Record Key
any
Any valid record key
Properties
achievement
string
Required
No description available.
maxLength: 8 byteschart
ref
com.atproto.repo.strongRef
Required
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
dxScore
ref
#dxScore
Optional
No description available.
fcStatus
string
Optional
No description available.
maxLength: 16 byteslastPlayed
string
datetime
Optional
An RFC 3339 formatted timestamp.
playCount
integer
Optional
No description available.
minimum: 0scoreRank
string
Optional
No description available.
maxLength: 8 bytessyncStatus
string
Optional
No description available.
maxLength: 16 bytesupdatedAt
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"
}