A single maimai DX play log entry linked to a canonical Derakkuma chart
tid
Timestamp-based ID
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.
dedupeKey
string
Optional
No description available.
maxLength: 512 bytesdxScore
ref
#dxScore
Optional
No description available.
fast
integer
Optional
No description available.
minimum: 0fcStatus
string
Optional
No description available.
maxLength: 16 bytesisNewRecord
boolean
Optional
No description available.
late
integer
Optional
No description available.
minimum: 0matchingRank
integer
Optional
No description available.
minimum: 1maxCombo
ref
#achievedTotal
Optional
No description available.
maxSync
ref
#achievedTotal
Optional
No description available.
notes
ref
#noteBreakdown
Optional
No description available.
playedAt
string
Optional
No description available.
maxLength: 32 bytesrating
integer
Optional
No description available.
minimum: 0ratingDelta
integer
Optional
No description available.
scoreRank
string
Optional
No description available.
maxLength: 8 bytessyncStatus
string
Optional
No description available.
maxLength: 16 bytestrackNum
integer
Optional
No description available.
minimum: 1View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"chart",
"achievement",
"createdAt"
],
"properties": {
"fast": {
"type": "integer",
"minimum": 0
},
"late": {
"type": "integer",
"minimum": 0
},
"chart": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"notes": {
"ref": "#noteBreakdown",
"type": "ref"
},
"rating": {
"type": "integer",
"minimum": 0
},
"dxScore": {
"ref": "#dxScore",
"type": "ref"
},
"maxSync": {
"ref": "#achievedTotal",
"type": "ref"
},
"fcStatus": {
"type": "string",
"maxLength": 16
},
"maxCombo": {
"ref": "#achievedTotal",
"type": "ref"
},
"playedAt": {
"type": "string",
"maxLength": 32
},
"trackNum": {
"type": "integer",
"minimum": 1
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"dedupeKey": {
"type": "string",
"maxLength": 512
},
"scoreRank": {
"type": "string",
"maxLength": 8
},
"syncStatus": {
"type": "string",
"maxLength": 16
},
"achievement": {
"type": "string",
"maxLength": 8
},
"isNewRecord": {
"type": "boolean"
},
"ratingDelta": {
"type": "integer"
},
"matchingRank": {
"type": "integer",
"minimum": 1
}
}
},
"description": "A single maimai DX play log entry linked to a canonical Derakkuma chart"
}