space.highport.manage.getDomain

lexicons.highport.space

{
  "id": "space.highport.manage.getDomain",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "DomainNotFound",
          "description": "No registration for that domain belongs to the caller."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "domain",
            "records",
            "verification",
            "tls"
          ],
          "properties": {
            "tls": {
              "ref": "space.highport.defs#tlsView",
              "type": "ref"
            },
            "domain": {
              "ref": "space.highport.defs#domainView",
              "type": "ref"
            },
            "records": {
              "type": "array",
              "items": {
                "ref": "space.highport.defs#dnsInstruction",
                "type": "ref"
              },
              "description": "The DNS records to publish, the same as register returned."
            },
            "verification": {
              "ref": "space.highport.defs#verificationView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "domain"
        ],
        "properties": {
          "domain": {
            "type": "string",
            "maxLength": 253,
            "description": "The registered hostname."
          }
        }
      },
      "description": "Everything a client needs to onboard one domain: registration state, DNS records to publish, last verification result, and certificate state. This is the endpoint to poll."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.manage.getDomain

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ciygg5hma4q7ah2kxaszkyob
CID
bafyreiaan56cnz4mqfdnlz6y4m5trgcslftzzajguzhjxm5234e7a4dwnm
Indexed At
2026-09-17 17:49 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.manage.getDomain

Version History (2 versions)

Referenced Schemas (4)

Lexicon Garden

@