social.showcase.profile.updateProfile

lexicons.showcase.social

{
  "id": "social.showcase.profile.updateProfile",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "properties": {
            "bio": {
              "type": "string",
              "maxLength": 256
            },
            "tags": {
              "type": "array",
              "items": {
                "type": "string",
                "maxLength": 64
              },
              "maxLength": 10
            },
            "avatar": {
              "type": "blob"
            },
            "banner": {
              "type": "blob"
            },
            "website": {
              "type": "string",
              "format": "uri",
              "maxLength": 2048
            },
            "showcase": {
              "type": "array",
              "items": {
                "ref": "social.showcase.defs#showcaseItem",
                "type": "ref"
              },
              "maxLength": 4,
              "description": "Featured showcase items"
            },
            "displayName": {
              "type": "string",
              "maxLength": 64
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "social.showcase.defs#profileView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Update user profile. Requires authentication."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.showcase.profile.updateProfile

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

Metadata

DID
did:plc:yckosuxxph7mjwtbiztraiex
CID
bafyreifcbsz6q4uragfdadxmtx2tg3galpvhah5fs3pbuenar3hirml2sq
Indexed At
2026-01-18 11:03 UTC
AT-URI
at://did:plc:yckosuxxph7mjwtbiztraiex/com.atproto.lexicon.schema/social.showcase.profile.updateProfile

Referenced Schemas (2)

Lexicon Garden

@