com.derakkuma.circle

derakkuma.com

Documentation

A snapshot of the publisher current maimai DX circle

main record

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 MB
characterImage blob Optional

No description available.

maxSize: 1.0 MB
circleCode string Optional

No description available.

maxLength: 64 bytes
circleKey string Required

No description available.

maxLength: 128 bytes
comment string Optional

No description available.

maxLength: 256 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

daysUntilReset integer Optional

No description available.

minimum: 0
festaMessage string Optional

No description available.

maxLength: 256 bytes
month string Optional

No description available.

maxLength: 64 bytes
name string Required

No description available.

maxLength: 128 bytes
nextRewardPoints integer Optional

No description available.

minimum: 0
observedAt string datetime Optional

An RFC 3339 formatted timestamp.

ownerName string Optional

No description available.

maxLength: 64 bytes
rank integer Optional

No description available.

minimum: 0
tags array of string Optional

No description available.

maxLength: 16 items
totalPoints integer Optional

No description available.

minimum: 0
updatedAt 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"
}

Lexicon Garden

@