social.showcase.profile.profile

lexicons.showcase.social

{
  "id": "social.showcase.profile.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "did",
          "handle",
          "tags",
          "createdAt"
        ],
        "properties": {
          "bio": {
            "type": "string",
            "maxLength": 256,
            "description": "Profile description"
          },
          "did": {
            "type": "string",
            "maxLength": 2048,
            "description": "User's DID"
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "maxLength": 10,
            "description": "Profile tags for discovery (max 10)"
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000,
            "description": "Avatar image blob (1000x1000px max)"
          },
          "banner": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000,
            "description": "Banner image blob (3000x1000px max)"
          },
          "handle": {
            "type": "string",
            "maxLength": 253,
            "description": "User's handle"
          },
          "website": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "External website URL"
          },
          "showcase": {
            "type": "array",
            "items": {
              "ref": "social.showcase.defs#showcaseItem",
              "type": "ref"
            },
            "maxLength": 4,
            "description": "Featured showcase items"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "itemCount": {
            "type": "integer",
            "default": 0,
            "description": "Total number of items in the user's library"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "displayName": {
            "type": "string",
            "maxLength": 64,
            "description": "Display name"
          },
          "schemaVersion": {
            "type": "integer",
            "default": 1,
            "description": "Schema version for migrations (defaults to 1 if missing)"
          },
          "collectionCount": {
            "type": "integer",
            "default": 0,
            "description": "Total number of collections"
          }
        }
      },
      "description": "User profile record"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.showcase.profile.profile

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@