app.bivri.actor.updateProfile

lexicons.bivri.app

{
  "id": "app.bivri.actor.updateProfile",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "nullable": [
            "displayName",
            "bio",
            "avatar",
            "banner",
            "links"
          ],
          "properties": {
            "bio": {
              "type": "string",
              "maxLength": 2560,
              "description": "New profile description. Send null to clear it; omit the field to leave it unchanged.",
              "maxGraphemes": 256
            },
            "links": {
              "type": "array",
              "items": {
                "ref": "app.bivri.actor.profile#link",
                "type": "ref"
              },
              "maxLength": 10,
              "description": "Replacement set of external links. Send null to clear them; omit the field to leave them unchanged."
            },
            "avatar": {
              "type": "blob",
              "accept": [
                "image/png",
                "image/jpeg",
                "image/webp"
              ],
              "maxSize": 1000000,
              "description": "Blob reference for the new avatar. Send null to clear it; omit the field to leave it unchanged."
            },
            "banner": {
              "type": "blob",
              "accept": [
                "image/png",
                "image/jpeg",
                "image/webp"
              ],
              "maxSize": 1000000,
              "description": "Blob reference for the new banner. Send null to clear it; omit the field to leave it unchanged."
            },
            "displayName": {
              "type": "string",
              "maxLength": 640,
              "description": "New display name. Send null to clear it; omit the field to leave it unchanged.",
              "maxGraphemes": 64
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "Unauthenticated"
        },
        {
          "name": "InvalidProfile"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid"
          ],
          "properties": {
            "cid": {
              "type": "string"
            },
            "uri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Update the authenticated user's profile. Requires OAuth session."
}

Validate Record

Validate a record against app.bivri.actor.updateProfile

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

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreif5t6ikigmexrwh6z7kaapkvgfiwlzalqv6ogzbxiduu5bw4icmdu
Indexed At
2026-08-04 07:17 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.actor.updateProfile

Referenced Schemas (1)

Lexicon Garden

@