com.derakkuma.circle

derakkuma.com

{
  "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
}

Validate Record

Validate a record against com.derakkuma.circle

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4uoc2as443j2fg2f6xfsogqs
CID
bafyreih2dlzo5oemctqkpe6rmmmayj4ujadn7pbz6rennhkonsogu6jboe
Indexed At
2026-05-23 15:26 UTC
AT-URI
at://did:plc:4uoc2as443j2fg2f6xfsogqs/com.atproto.lexicon.schema/com.derakkuma.circle

Lexicon Garden

@