space.highport.admin.setDomainState

lexicons.highport.space

{
  "id": "space.highport.admin.setDomainState",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "domain",
            "state"
          ],
          "properties": {
            "state": {
              "type": "string",
              "knownValues": [
                "suspended",
                "active",
                "released"
              ]
            },
            "domain": {
              "type": "string",
              "maxLength": 253,
              "description": "The hostname."
            },
            "reason": {
              "type": "string",
              "description": "Recorded in the domain's event log."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "domain": {
              "ref": "space.highport.defs#domainView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Suspend, unsuspend, or force-release a domain."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.admin.setDomainState

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

Metadata

DID
did:plc:ciygg5hma4q7ah2kxaszkyob
CID
bafyreiczhoi25odf7ugcj6zmawscaisinlbb7dpngl5oh572bz6qymuyl4
Indexed At
2026-09-17 17:48 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.admin.setDomainState

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@