town.muni.arbiter.listSpaces

zicklag.dev

{
  "id": "town.muni.arbiter.listSpaces",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "ErrArbiterNotExists",
          "description": "The specified arbiter does not exist on this server."
        },
        {
          "name": "ErrSpaceNotExists",
          "description": "The specified space does not exist on this arbiter."
        },
        {
          "name": "ErrPermissionDenied",
          "description": "The requesting user is not allowed to make the request."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "spaces"
          ],
          "properties": {
            "spaces": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "spaceKey",
                  "spaceType"
                ],
                "properties": {
                  "config": {
                    "refs": [],
                    "type": "union",
                    "description": "The space config.\n\nThis may not be returned if the server does not want to allow the requesting user\nto read it."
                  },
                  "spaceKey": {
                    "type": "string",
                    "maxLength": 1024,
                    "description": "The space's key."
                  },
                  "spaceType": {
                    "type": "string",
                    "format": "nsid",
                    "description": "The type of the space."
                  }
                }
              },
              "description": "The list of spaces on the arbiter that the requesting user has access to."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "arbiterDid"
        ],
        "properties": {
          "arbiterDid": {
            "type": "string",
            "format": "did",
            "description": "The DID of the arbiter that the space is in."
          }
        }
      },
      "description": "Get the members that have been assigned to the space.\n\nThis is not a flat membership list, but a list of the direct members\nof the space, including DIDs, local spaces, and remote spaces that have\nbeen added as members, without doing any resolution of remote spaces."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against town.muni.arbiter.listSpaces

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ulg2bzgrgs7ddjjlmhtegk3v
CID
bafyreiasdj3sfhue2jrllncbz434vscrftvo3llovfo7ds7mx7g6glaihy
Indexed At
2026-05-19 21:47 UTC
AT-URI
at://did:plc:ulg2bzgrgs7ddjjlmhtegk3v/com.atproto.lexicon.schema/town.muni.arbiter.listSpaces

Version History (2 versions)

Lexicon Garden

@