lol.dids.manage.verify

ngerakines.me

{
  "id": "lol.dids.manage.verify",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "domain": {
              "type": "string",
              "maxLength": 253,
              "description": "The registered hostname."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "DomainNotFound",
          "description": "No registration for that domain belongs to the caller."
        },
        {
          "name": "RateLimitExceeded",
          "description": "One verification per thirty seconds per domain."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "status",
            "checks"
          ],
          "properties": {
            "checks": {
              "type": "array",
              "items": {
                "ref": "lol.dids.defs#verificationCheck",
                "type": "ref"
              }
            },
            "status": {
              "ref": "lol.dids.defs#domainStatus",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Force an immediate verification pass over a domain's DNS rather than waiting for the poller. Rate-limited to one call per thirty seconds per domain."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against lol.dids.manage.verify

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

Metadata

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

Referenced Schemas (2)

Lexicon Garden

@