# com.derakkuma.circle

> Published by [derakkuma.com](https://lexicon.garden/identity/did:plc:4uoc2as443j2fg2f6xfsogqs)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:4uoc2as443j2fg2f6xfsogqs/com.derakkuma.circle)
- [Documentation](https://lexicon.garden/lexicon/did:plc:4uoc2as443j2fg2f6xfsogqs/com.derakkuma.circle/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:4uoc2as443j2fg2f6xfsogqs/com.derakkuma.circle/examples)

## Definitions

### `com.derakkuma.circle`

**Type**: `record`

A snapshot of the publisher current maimai DX circle

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `name` | `string` | Yes |  |
| `rank` | `integer` | No |  |
| `tags` | `array` | No |  |
| `month` | `string` | No |  |
| `comment` | `string` | No |  |
| `circleKey` | `string` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `ownerName` | `string` | No |  |
| `updatedAt` | `string` (datetime) | No |  |
| `circleCode` | `string` | No |  |
| `observedAt` | `string` (datetime) | No |  |
| `totalPoints` | `integer` | No |  |
| `festaMessage` | `string` | No |  |
| `characterImage` | `blob` | No |  |
| `daysUntilReset` | `integer` | No |  |
| `backgroundImage` | `blob` | No |  |
| `nextRewardPoints` | `integer` | No |  |

## Raw Schema

```json
{
  "id": "com.derakkuma.circle",
  "defs": {
    "main": {
      "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"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
