space.highport.manage.enableDelegation

lexicons.highport.space

{
  "id": "space.highport.manage.enableDelegation",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "domain": {
              "type": "string",
              "maxLength": 253,
              "description": "The base: a domain registered to the caller."
            },
            "maxNames": {
              "type": "integer",
              "minimum": 1,
              "description": "The most names the base can reserve. Defaults to the deployment's setting; a value above the deployment's ceiling is refused."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidDomain",
          "description": "Not a syntactically valid domain."
        },
        {
          "name": "NotBaseOwner",
          "description": "No verified or active registration of that domain belongs to the caller."
        },
        {
          "name": "DelegationUnsupported",
          "description": "This domain cannot be a delegation base. It is registered to a space, is a domain this deployment provides or a name under one, was itself handed out under a base, or sits above or below a domain with delegation turned on. Bases do not nest."
        },
        {
          "name": "MaxNamesAboveLimit",
          "description": "maxNames is above this deployment's per-base limit."
        },
        {
          "name": "CaaForbidsIssuance",
          "description": "The base's CAA records do not allow this deployment's certificate issuer, account, or challenge method. The error message names the blocking record."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "domain",
            "records",
            "status"
          ],
          "properties": {
            "domain": {
              "type": "string"
            },
            "status": {
              "ref": "space.highport.defs#delegationState",
              "type": "ref"
            },
            "records": {
              "type": "array",
              "items": {
                "ref": "space.highport.defs#dnsInstruction",
                "type": "ref"
              },
              "description": "The DNS records to publish: the wildcard traffic record."
            },
            "probeHostname": {
              "type": "string",
              "maxLength": 253,
              "description": "A random name under the base, used to prove the wildcard routes. Absent while the base has no probe."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Make a registered domain a delegation base, so its owner can reserve names directly under it for other identities. Returns the wildcard record that routes those names. The caller must own the base, and it must be verified or active."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.manage.enableDelegation

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

Metadata

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

Version History (3 versions)

Referenced Schemas (2)

Lexicon Garden

@