Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.identity.resolveDid

atproto-lexicons.bsky.social

{
  "id": "com.atproto.identity.resolveDid",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "DidNotFound",
          "description": "The DID resolution process confirmed that there is no current DID."
        },
        {
          "name": "DidDeactivated",
          "description": "The DID previously existed, but has been deactivated."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "didDoc"
          ],
          "properties": {
            "didDoc": {
              "type": "unknown",
              "description": "The complete DID document for the identity."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did",
            "description": "DID to resolve."
          }
        }
      },
      "description": "Resolves DID to DID document. Does not bi-directionally verify handle."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atproto.identity.resolveDid

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6msi3pj7krzih5qxqtryxlzw
CID
bafyreicy6cgn4agn5jnteswy624asmf74k34do54sptozrcmyrlglvnufu
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:6msi3pj7krzih5qxqtryxlzw/com.atproto.lexicon.schema/com.atproto.identity.resolveDid

Lexicon Garden

@