com.derakkuma.circleMember

derakkuma.com

Documentation

A member snapshot for a maimai DX circle, optionally resolved to an AT Protocol identity

main record

A member snapshot for a maimai DX circle, optionally resolved to an AT Protocol identity

Record Key any Any valid record key

Properties

circleCode string Optional

No description available.

maxLength: 64 bytes
circleKey string Required

No description available.

maxLength: 128 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

displayName string Required

No description available.

maxLength: 64 bytes
icon blob Optional

No description available.

maxSize: 1.0 MB
observedAt string datetime Optional

An RFC 3339 formatted timestamp.

points integer Optional

No description available.

minimum: 0
profile string at-uri Optional

AT URI of the member profile record when this member is resolved to a Derakkuma ATProto profile.

rating integer Optional

No description available.

minimum: 0
status string Optional

No description available.

maxLength: 64 bytes
subject string did Optional

A decentralized identifier (DID).

title string Optional

No description available.

maxLength: 128 bytes
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "circleKey",
      "displayName",
      "createdAt"
    ],
    "properties": {
      "icon": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg",
          "image/webp"
        ],
        "maxSize": 1000000
      },
      "title": {
        "type": "string",
        "maxLength": 128
      },
      "points": {
        "type": "integer",
        "minimum": 0
      },
      "rating": {
        "type": "integer",
        "minimum": 0
      },
      "status": {
        "type": "string",
        "maxLength": 64
      },
      "profile": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the member profile record when this member is resolved to a Derakkuma ATProto profile."
      },
      "subject": {
        "type": "string",
        "format": "did"
      },
      "circleKey": {
        "type": "string",
        "maxLength": 128
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "circleCode": {
        "type": "string",
        "maxLength": 64
      },
      "observedAt": {
        "type": "string",
        "format": "datetime"
      },
      "displayName": {
        "type": "string",
        "maxLength": 64
      }
    }
  },
  "description": "A member snapshot for a maimai DX circle, optionally resolved to an AT Protocol identity"
}

Lexicon Garden

@