town.muni.arbiter.createSpace

zicklag.dev

{
  "id": "town.muni.arbiter.createSpace",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "arbiterDid",
            "spaceType",
            "spaceKey",
            "config"
          ],
          "properties": {
            "config": {
              "refs": [],
              "type": "union",
              "description": "The space configuration.\n\nDifferent servers will support different space config lexicons. Which\nlexicons are supported will also likely depend on the arbiter's config type."
            },
            "spaceKey": {
              "type": "string",
              "description": "The key of the space to create."
            },
            "spaceType": {
              "type": "string",
              "format": "nsid",
              "description": "The NSID of the space type."
            },
            "arbiterDid": {
              "type": "string",
              "format": "did",
              "description": "The DID of the arbiter to create the space in."
            },
            "resolverDepth": {
              "type": "integer",
              "minimum": 0,
              "description": "The maximum depth to allow when doing remote resolutions needed to evaluate the\naccess of the requesting user."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "ErrArbiterNotExists",
          "description": "The specified arbiter does not exist on this server."
        },
        {
          "name": "ErrSpaceExists",
          "description": "The specified space already exists on this arbiter."
        },
        {
          "name": "ErrPermissionDenied",
          "description": "The requesting user is not allowed to make the request."
        },
        {
          "name": "ErrRaceCondition",
          "description": "The config was changed by another request during the execution of this request.\n\nThe action should be retried if still applicable."
        }
      ],
      "description": "Create a new space on an arbiter."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against town.muni.arbiter.createSpace

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ulg2bzgrgs7ddjjlmhtegk3v
CID
bafyreiesmsu6xsqlrrz6bce43xgy5krfsfu74dafyzqy4ang2oo4n5d7ve
Indexed At
2026-05-19 19:41 UTC
AT-URI
at://did:plc:ulg2bzgrgs7ddjjlmhtegk3v/com.atproto.lexicon.schema/town.muni.arbiter.createSpace

Version History (2 versions)

Lexicon Garden

@