place.wisp.v2.domain.verify

wisp.place

{
  "id": "place.wisp.v2.domain.verify",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "domain": {
              "type": "string",
              "maxLength": 253,
              "minLength": 3,
              "description": "Custom domain FQDN to verify (for example, example.com)."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "InvalidDomain"
        },
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "domain",
            "kind",
            "status",
            "verified"
          ],
          "properties": {
            "kind": {
              "enum": [
                "custom"
              ],
              "type": "string"
            },
            "error": {
              "type": "string",
              "description": "Human-readable reason verification did not pass (when not verified)."
            },
            "domain": {
              "type": "string"
            },
            "status": {
              "enum": [
                "pendingVerification",
                "verified"
              ],
              "type": "string"
            },
            "warning": {
              "type": "string",
              "description": "Non-fatal advisory (for example, CNAME could not be confirmed due to flattening)."
            },
            "txtFound": {
              "type": "string",
              "description": "The TXT value observed during verification, if any."
            },
            "verified": {
              "type": "boolean"
            },
            "cnameFound": {
              "type": "string",
              "description": "The CNAME target observed during verification, if any."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Run DNS verification for a custom domain owned by the authenticated DID and update its verified status."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.wisp.v2.domain.verify

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7puq73yz2hkvbcpdhnsze2qw
CID
bafyreiaib6gzleg2ckmsgwyr2bghn5ftqkoqkq5ttc2s76glgtj35b5ssa
Indexed At
2026-05-24 05:17 UTC
AT-URI
at://did:plc:7puq73yz2hkvbcpdhnsze2qw/com.atproto.lexicon.schema/place.wisp.v2.domain.verify

Lexicon Garden

@