at.ducs.users.updateProfile

ducs.at

{
  "id": "at.ducs.users.updateProfile",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "nullable": [
            "displayName",
            "avatar"
          ],
          "properties": {
            "avatar": {
              "type": "string",
              "description": "An 'image/png' or 'image/jpeg' encoded as a base64 data URL"
            },
            "displayName": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "invalidAvatarData"
        },
        {
          "name": "avatarUploadFailed"
        },
        {
          "name": "profileUpdateFailed"
        }
      ],
      "output": {
        "schema": {
          "ref": "at.ducs.actor.profile",
          "type": "ref"
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.ducs.users.updateProfile

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

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

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@