Canonical maimai song metadata published by the Derakkuma catalog authority
Record Key
any
Any valid record key
Properties
artist
string
Optional
No description available.
maxLength: 512 bytesbpm
integer
Optional
No description available.
minimum: 0category
string
Optional
No description available.
maxLength: 128 bytescharts
array
of
string
at-uri
Optional
No description available.
maxLength: 32 itemscomment
string
Optional
No description available.
maxLength: 1024 bytescoverArt
blob
Optional
No description available.
maxSize: 1.0 MBimageName
string
Optional
No description available.
maxLength: 256 bytesisLocked
boolean
Optional
No description available.
isNew
boolean
Optional
No description available.
releaseDate
string
Optional
No description available.
maxLength: 32 bytessongId
string
Required
No description available.
maxLength: 256 bytestitle
string
Required
No description available.
maxLength: 256 bytesupdatedAt
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": [
"songId",
"title",
"updatedAt"
],
"properties": {
"bpm": {
"type": "integer",
"minimum": 0
},
"isNew": {
"type": "boolean"
},
"title": {
"type": "string",
"maxLength": 256
},
"artist": {
"type": "string",
"maxLength": 512
},
"charts": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 32
},
"songId": {
"type": "string",
"maxLength": 256
},
"comment": {
"type": "string",
"maxLength": 1024
},
"version": {
"type": "string",
"maxLength": 128
},
"category": {
"type": "string",
"maxLength": 128
},
"coverArt": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000
},
"isLocked": {
"type": "boolean"
},
"imageName": {
"type": "string",
"maxLength": 256
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"releaseDate": {
"type": "string",
"maxLength": 32
}
}
},
"description": "Canonical maimai song metadata published by the Derakkuma catalog authority"
}