lol.dids.sites.resolveDomain

ngerakines.me

{
  "id": "lol.dids.sites.resolveDomain",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "SiteNotFound",
          "description": "No active site serves that domain."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "did",
            "uri"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did",
              "description": "The identity serving the domain."
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "The serving record; the space form for a space-registered domain."
            },
            "space": {
              "type": "string",
              "format": "at-uri",
              "description": "Present for a space-registered domain."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "domain"
        ],
        "properties": {
          "domain": {
            "type": "string",
            "maxLength": 253,
            "description": "The hostname, lowercase IDNA A-label form."
          }
        }
      },
      "description": "The inverse lookup: which identity and which record serve a domain. Useful for verifying who owns a site."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against lol.dids.sites.resolveDomain

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cbkjy5n7bk3ax2wplmtjofq2
CID
bafyreiev3vfcp2fjzhygg52brsalwzood6ym732lozmukvvp7bp6wsqxwu
Indexed At
2026-08-30 03:07 UTC
AT-URI
at://did:plc:cbkjy5n7bk3ax2wplmtjofq2/com.atproto.lexicon.schema/lol.dids.sites.resolveDomain

Lexicon Garden

@