A maimai DX player profile
Record Key
literal
Properties
classCP
integer
Optional
No description available.
minimum: 0classImage
blob
Optional
No description available.
maxSize: 1.0 MBcomment
string
Optional
No description available.
maxLength: 128 bytescourseImage
blob
Optional
No description available.
maxSize: 1.0 MBcreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
dan
string
Optional
No description available.
maxLength: 32 bytesfriendCode
string
Optional
No description available.
maxLength: 16 bytespartnerImage
blob
Optional
No description available.
maxSize: 1.0 MBplayerName
string
Required
No description available.
maxLength: 8 bytesprofileImage
blob
Optional
No description available.
maxSize: 1.0 MBrating
integer
Required
No description available.
minimum: 0stars
integer
Optional
No description available.
minimum: 0title
string
Optional
No description available.
maxLength: 64 bytesupdatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "literal",
"type": "record",
"record": {
"type": "object",
"required": [
"playerName",
"rating",
"createdAt"
],
"properties": {
"dan": {
"type": "string",
"maxLength": 32
},
"stars": {
"type": "integer",
"minimum": 0
},
"title": {
"type": "string",
"maxLength": 64
},
"rating": {
"type": "integer",
"minimum": 0
},
"classCP": {
"type": "integer",
"minimum": 0
},
"comment": {
"type": "string",
"maxLength": 128
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"classImage": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000
},
"friendCode": {
"type": "string",
"maxLength": 16
},
"playerName": {
"type": "string",
"maxLength": 8
},
"courseImage": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000
},
"partnerImage": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000
},
"profileImage": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000
}
}
},
"description": "A maimai DX player profile"
}