place.wisp.v2.domain.getStatus

wisp.place

{
  "id": "place.wisp.v2.domain.getStatus",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "domain",
            "status"
          ],
          "properties": {
            "kind": {
              "enum": [
                "wisp",
                "custom"
              ],
              "type": "string"
            },
            "domain": {
              "type": "string"
            },
            "status": {
              "enum": [
                "unclaimed",
                "pendingVerification",
                "verified",
                "alreadyClaimed"
              ],
              "type": "string"
            },
            "siteRkey": {
              "type": "string",
              "format": "record-key"
            },
            "verified": {
              "type": "boolean"
            },
            "lastError": {
              "type": "string",
              "maxLength": 1000
            },
            "lastCheckedAt": {
              "type": "string",
              "format": "datetime"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "domain"
        ],
        "properties": {
          "domain": {
            "type": "string",
            "maxLength": 253,
            "minLength": 3,
            "description": "Domain to inspect (FQDN, lowercase preferred)."
          }
        }
      },
      "description": "Get current claim and verification status for a domain."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

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

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@