rsvp.atmo.space.listSpaces

atmo.rsvp

{
  "id": "rsvp.atmo.space.listSpaces",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "spaces"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "spaces": {
              "type": "array",
              "items": {
                "ref": "rsvp.atmo.space.defs#spaceView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "type": {
            "type": "string",
            "format": "nsid"
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 200,
            "minimum": 1
          },
          "scope": {
            "type": "string",
            "default": "member",
            "knownValues": [
              "member",
              "owner"
            ]
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "List spaces the caller has access to. Default scope is 'member' (spaces the caller is a member of, including owned); 'owner' lists only spaces the caller owns."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rsvp.atmo.space.listSpaces

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

Metadata

DID
did:plc:b63bmauox6z5rbibwrhxrdnw
CID
bafyreicn5uoqpx55g7neyaum7jpjl2lxfbprw7pc6gvhb5pjjvf6qjsl3i
Indexed At
2026-04-14 17:40 UTC
AT-URI
at://did:plc:b63bmauox6z5rbibwrhxrdnw/com.atproto.lexicon.schema/rsvp.atmo.space.listSpaces

Referenced Schemas (1)

Lexicon Garden

@