com.getorbyt.community.listCommunities

getorbyt.com

{
  "id": "com.getorbyt.community.listCommunities",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidCursor"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "communities"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "communities": {
              "type": "array",
              "items": {
                "ref": "com.getorbyt.community.defs#view",
                "type": "ref"
              },
              "maxLength": 50
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "sort": {
            "type": "string",
            "knownValues": [
              "popular",
              "new"
            ]
          },
          "limit": {
            "type": "integer",
            "default": 25,
            "maximum": 50,
            "minimum": 1
          },
          "query": {
            "type": "string",
            "maxLength": 100
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "The public Community directory. Unauthenticated; an authenticated request additionally receives viewer state on each Community."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.getorbyt.community.listCommunities

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

Metadata

DID
did:plc:2xrqztnmzlckb3xfuuukupso
CID
bafyreig7nlwa6hmd7zuzhcumcgeahvjmyezvsu4g2bsu53uiimp7fl4uha
Indexed At
2026-08-28 23:34 UTC
AT-URI
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.listCommunities

Referenced Schemas (1)

Lexicon Garden

@