app.didpic.actor.exists

lexicons.didpic.app

{
  "id": "app.didpic.actor.exists",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidActor"
        },
        {
          "name": "ActorNotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "did"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "format": "did",
            "description": "DID of the actor to check. Handles are not accepted."
          }
        }
      },
      "description": "Lightweight existence check: returns 200 if the actor is a known, active didpic user (same activity filter as the admin Users page). Designed for the image CDN's known-DID gate where the heavier getProfilePublic was too slow."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.actor.exists

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreiedjhj4bbsvlhhahd6mytvp47q4f6xbcd23rmhoganiuwsrtwwi7u
Indexed At
2026-05-26 03:39 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.actor.exists

Lexicon Garden

@