space.highport.manage.verify

lexicons.highport.space

{
  "id": "space.highport.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": "Only one verification every thirty seconds per domain."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "status",
            "checks"
          ],
          "properties": {
            "checks": {
              "type": "array",
              "items": {
                "ref": "space.highport.defs#verificationCheck",
                "type": "ref"
              }
            },
            "status": {
              "ref": "space.highport.defs#domainStatus",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Check a domain's DNS now instead of waiting for the poller. Limited to once every thirty seconds per domain."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.manage.verify

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

Metadata

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

Version History (2 versions)

Referenced Schemas (2)

Lexicon Garden

@