A snapshot of the publisher current maimai DX circle
Record Key
any
Any valid record key
Properties
backgroundImage
blob
Optional
No description available.
maxSize: 1.0 MBcharacterImage
blob
Optional
No description available.
maxSize: 1.0 MBcircleCode
string
Optional
No description available.
maxLength: 64 bytescircleKey
string
Required
No description available.
maxLength: 128 bytescomment
string
Optional
No description available.
maxLength: 256 bytescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
daysUntilReset
integer
Optional
No description available.
minimum: 0festaMessage
string
Optional
No description available.
maxLength: 256 bytesmonth
string
Optional
No description available.
maxLength: 64 bytesname
string
Required
No description available.
maxLength: 128 bytesnextRewardPoints
integer
Optional
No description available.
minimum: 0observedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
ownerName
string
Optional
No description available.
maxLength: 64 bytesrank
integer
Optional
No description available.
minimum: 0tags
array
of
string
Optional
No description available.
maxLength: 16 itemstotalPoints
integer
Optional
No description available.
minimum: 0updatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"circleKey",
"name",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 128
},
"rank": {
"type": "integer",
"minimum": 0
},
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 64
},
"maxLength": 16
},
"month": {
"type": "string",
"maxLength": 64
},
"comment": {
"type": "string",
"maxLength": 256
},
"circleKey": {
"type": "string",
"maxLength": 128
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"ownerName": {
"type": "string",
"maxLength": 64
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"circleCode": {
"type": "string",
"maxLength": 64
},
"observedAt": {
"type": "string",
"format": "datetime"
},
"totalPoints": {
"type": "integer",
"minimum": 0
},
"festaMessage": {
"type": "string",
"maxLength": 256
},
"characterImage": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000
},
"daysUntilReset": {
"type": "integer",
"minimum": 0
},
"backgroundImage": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000
},
"nextRewardPoints": {
"type": "integer",
"minimum": 0
}
}
},
"description": "A snapshot of the publisher current maimai DX circle"
}