social.coves.community.list

coves.social

{
  "id": "social.coves.community.list",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "communities"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "maxLength": 500
            },
            "communities": {
              "type": "array",
              "items": {
                "ref": "social.coves.community.defs#communityView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "sort": {
            "type": "string",
            "default": "popular",
            "maxLength": 64,
            "description": "Sorting method",
            "knownValues": [
              "popular",
              "active",
              "new",
              "alphabetical"
            ]
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "maxLength": 500,
            "description": "Pagination cursor"
          },
          "category": {
            "type": "string",
            "maxLength": 50,
            "description": "Filter by category"
          },
          "language": {
            "type": "string",
            "format": "language",
            "description": "Filter by language"
          },
          "subscribed": {
            "type": "boolean",
            "description": "If true, only return communities the viewer is subscribed to. Requires authentication."
          },
          "visibility": {
            "type": "string",
            "maxLength": 64,
            "description": "Filter communities by visibility level",
            "knownValues": [
              "public",
              "unlisted",
              "private"
            ]
          }
        }
      },
      "description": "List communities with various sorting options. Authentication optional; viewer state will be included if authenticated."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.community.list

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

Metadata

DID
did:web:coves.social
CID
bafyreie6knbysmh6vj3o2z2jxoxz3y7eiywethkq3l3t2i7fbchnxals5e
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.community.list

Referenced Schemas (1)

Lexicon Garden

@