space.highport.sites.resolveDomain

lexicons.highport.space

{
  "id": "space.highport.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 space.highport.sites.resolveDomain

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ciygg5hma4q7ah2kxaszkyob
CID
bafyreigmu26nftpkkavyosd5femgbaeopcfaasklxpbyrlndqvxtogi7ge
Indexed At
2026-09-01 13:06 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.sites.resolveDomain

Version History (2 versions)

Lexicon Garden

@