Canonical maimai chart metadata linked to a canonical Derakkuma song
any
Any valid record key
Properties
difficulty
string
Required
No description available.
maxLength: 32 bytesinternalLevel
string
Optional
No description available.
maxLength: 16 bytesinternalLevelValue
string
Optional
No description available.
maxLength: 16 byteslevel
string
Required
No description available.
maxLength: 8 byteslevelValue
string
Optional
No description available.
maxLength: 16 bytesnoteCounts
ref
#noteCounts
Optional
No description available.
noteDesigner
string
Optional
No description available.
maxLength: 128 bytesregions
ref
#regions
Optional
No description available.
song
ref
com.atproto.repo.strongRef
Required
No description available.
songId
string
Required
No description available.
maxLength: 256 bytestype
string
Required
No description available.
std, dx, utageupdatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
version
string
Optional
No description available.
maxLength: 128 bytesView raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"song",
"songId",
"type",
"difficulty",
"level",
"updatedAt"
],
"properties": {
"song": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"type": {
"enum": [
"std",
"dx",
"utage"
],
"type": "string"
},
"level": {
"type": "string",
"maxLength": 8
},
"songId": {
"type": "string",
"maxLength": 256
},
"regions": {
"ref": "#regions",
"type": "ref"
},
"version": {
"type": "string",
"maxLength": 128
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"difficulty": {
"type": "string",
"maxLength": 32
},
"levelValue": {
"type": "string",
"maxLength": 16
},
"noteCounts": {
"ref": "#noteCounts",
"type": "ref"
},
"noteDesigner": {
"type": "string",
"maxLength": 128
},
"internalLevel": {
"type": "string",
"maxLength": 16
},
"internalLevelValue": {
"type": "string",
"maxLength": 16
}
}
},
"description": "Canonical maimai chart metadata linked to a canonical Derakkuma song"
}