com.derakkuma.friend

derakkuma.com

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

Validate Record

Validate a record against com.derakkuma.friend

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@