lol.dids.manage.getDomain

ngerakines.me

{
  "id": "lol.dids.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": "lol.dids.defs#tlsView",
              "type": "ref"
            },
            "domain": {
              "ref": "lol.dids.defs#domainView",
              "type": "ref"
            },
            "records": {
              "type": "array",
              "items": {
                "ref": "lol.dids.defs#dnsInstruction",
                "type": "ref"
              },
              "description": "The DNS records the registration asks for, exactly as register returned them."
            },
            "verification": {
              "ref": "lol.dids.defs#verificationView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "domain"
        ],
        "properties": {
          "domain": {
            "type": "string",
            "maxLength": 253,
            "description": "The registered hostname."
          }
        }
      },
      "description": "Everything the caller needs during onboarding for one domain: its registration state, the DNS records to publish, the last verification result, and the certificate state. The single endpoint an authoring tool polls."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against lol.dids.manage.getDomain

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

Metadata

DID
did:plc:cbkjy5n7bk3ax2wplmtjofq2
CID
bafyreifms25ub3rrqsbil7mugr732qdemhyqqnv6nyl7lrohflwng2yzl4
Indexed At
2026-08-30 03:08 UTC
AT-URI
at://did:plc:cbkjy5n7bk3ax2wplmtjofq2/com.atproto.lexicon.schema/lol.dids.manage.getDomain

Referenced Schemas (4)

Lexicon Garden

@