app.didpic.identity.resolveHandle

lexicons.didpic.app

{
  "id": "app.didpic.identity.resolveHandle",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "HandleNotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "did"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "handle"
        ],
        "properties": {
          "handle": {
            "type": "string",
            "format": "handle"
          }
        }
      },
      "description": "Resolve a handle to a DID."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.identity.resolveHandle

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreib6v63pqcajetzrtkohgtesil4y5cosil3a5i233vfuarat3db7wa
Indexed At
2026-05-18 00:15 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.identity.resolveHandle

Version History (2 versions)

Lexicon Garden

@