com.derakkuma.friend

derakkuma.com

Documentation

A maimai DX friend connection, optionally resolved to an AT Protocol identity

main record

A maimai DX friend connection, optionally resolved to an AT Protocol identity

Record Key any Any valid record key

Properties

classImage blob Optional

No description available.

maxSize: 1.0 MB
comment string Optional

No description available.

maxLength: 256 bytes
courseImage blob Optional

No description available.

maxSize: 1.0 MB
createdAt string datetime Required

An RFC 3339 formatted timestamp.

displayName string Required

No description available.

maxLength: 64 bytes
favorite boolean Optional

No description available.

icon blob Optional

No description available.

maxSize: 1.0 MB
observedAt string datetime Optional

An RFC 3339 formatted timestamp.

rating integer Optional

No description available.

minimum: 0
rival boolean Optional

No description available.

stars integer Optional

No description available.

minimum: 0
status string Optional

No description available.

maxLength: 64 bytes
subject string did Optional

Resolved AT Protocol DID for this friend, if known.

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": [
      "displayName",
      "createdAt"
    ],
    "properties": {
      "icon": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg",
          "image/webp"
        ],
        "maxSize": 1000000
      },
      "rival": {
        "type": "boolean"
      },
      "stars": {
        "type": "integer",
        "minimum": 0
      },
      "title": {
        "type": "string",
        "maxLength": 128
      },
      "rating": {
        "type": "integer",
        "minimum": 0
      },
      "status": {
        "type": "string",
        "maxLength": 64
      },
      "comment": {
        "type": "string",
        "maxLength": 256
      },
      "subject": {
        "type": "string",
        "format": "did",
        "description": "Resolved AT Protocol DID for this friend, if known."
      },
      "favorite": {
        "type": "boolean"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "classImage": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg",
          "image/webp"
        ],
        "maxSize": 1000000
      },
      "observedAt": {
        "type": "string",
        "format": "datetime"
      },
      "courseImage": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg",
          "image/webp"
        ],
        "maxSize": 1000000
      },
      "displayName": {
        "type": "string",
        "maxLength": 64
      }
    }
  },
  "description": "A maimai DX friend connection, optionally resolved to an AT Protocol identity"
}

Lexicon Garden

@