app.didpic.actor.getProfilePublic

lexicons.didpic.app

{
  "id": "app.didpic.actor.getProfilePublic",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "ProfileNotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "did"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "pds": {
              "type": "string",
              "format": "uri",
              "description": "Authoritative PDS endpoint. Use to construct blob URLs (com.atproto.sync.getBlob)."
            },
            "handle": {
              "type": "string",
              "format": "handle"
            },
            "labels": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "pronouns": {
              "type": "string",
              "maxLength": 640,
              "maxGraphemes": 64
            },
            "avatarCid": {
              "type": "string",
              "format": "cid"
            },
            "bannerCid": {
              "type": "string",
              "format": "cid"
            },
            "indexedAt": {
              "type": "string",
              "format": "datetime"
            },
            "likesCount": {
              "type": "integer",
              "minimum": 0
            },
            "postsCount": {
              "type": "integer",
              "minimum": 0
            },
            "description": {
              "type": "string",
              "maxLength": 2560,
              "maxGraphemes": 256
            },
            "displayName": {
              "type": "string",
              "maxLength": 640,
              "maxGraphemes": 64
            },
            "followsCount": {
              "type": "integer",
              "minimum": 0
            },
            "followersCount": {
              "type": "integer",
              "minimum": 0
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "description": "DID or handle."
          }
        }
      },
      "description": "Unauthenticated profile view for public web landings. Omits viewer-relative fields."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.actor.getProfilePublic

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreibidycdvaghwsyiuqn4afkr3mcl2lcn375qxz7lueuqup7nvy3ovi
Indexed At
2026-05-22 03:34 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.actor.getProfilePublic

Version History (3 versions)

Lexicon Garden

@