at.ducs.users.defs

ducs.at

{
  "id": "at.ducs.users.defs",
  "defs": {
    "avatar": {
      "type": "blob",
      "accept": [
        "image/png",
        "image/jpeg"
      ],
      "maxSize": 1000000,
      "description": "Image to be displayed next to messages from a user"
    },
    "profile": {
      "type": "object",
      "required": [
        "did",
        "handle"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "avatar": {
          "type": "string",
          "format": "uri"
        },
        "handle": {
          "type": "string",
          "format": "handle"
        },
        "displayName": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.ducs.users.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:c5ljrscuf2xu4oovnafzoqlg
CID
bafyreieqpqinn7hqdt6ygpavabfg5akde37tibjwglp67uotaddozw2a6u
Indexed At
2026-04-10 09:12 UTC
AT-URI
at://did:plc:c5ljrscuf2xu4oovnafzoqlg/com.atproto.lexicon.schema/at.ducs.users.defs

Version History (2 versions)

Lexicon Garden

@