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 on 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
bafyreihk2v7qjx47idpqvnmt2tctccxuvwu4o6m3zsqafjpbegpvda5bg4
Indexed At
2026-09-01 13:03 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.admin.setDomainState

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@