lol.dids.admin.listSpaces

ngerakines.me

{
  "id": "lol.dids.admin.listSpaces",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "spaces"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "Present when more entries exist."
            },
            "spaces": {
              "type": "array",
              "items": {
                "ref": "lol.dids.defs#spaceView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum entries to return."
          },
          "state": {
            "type": "string",
            "description": "Filter by sync state — one of the values of lol.dids.defs#spaceSyncState."
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor from a previous response."
          }
        }
      },
      "description": "Every connected space with its sync state, access expiry, and registration expiry."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against lol.dids.admin.listSpaces

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

Metadata

DID
did:plc:cbkjy5n7bk3ax2wplmtjofq2
CID
bafyreidphirubwbc6ssqcxzrdbfd56h3aezy3anlgildjmaexh6dsiz2xm
Indexed At
2026-08-30 03:11 UTC
AT-URI
at://did:plc:cbkjy5n7bk3ax2wplmtjofq2/com.atproto.lexicon.schema/lol.dids.admin.listSpaces

Referenced Schemas (1)

Lexicon Garden

@