social.coves.community.search

coves.social

{
  "id": "social.coves.community.search",
  "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",
        "required": [
          "q"
        ],
        "properties": {
          "q": {
            "type": "string",
            "maxLength": 500,
            "description": "Search query"
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "maxLength": 500
          },
          "category": {
            "type": "string",
            "maxLength": 50,
            "description": "Filter by category"
          },
          "language": {
            "type": "string",
            "format": "language",
            "description": "Filter by language"
          }
        }
      },
      "description": "Search for communities by name or description"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.community.search

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
bafyreibpb5brtxflc4oor2cdkmjvpop52sviynd75dl575sqvkucfwcdkq
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.community.search

Referenced Schemas (1)

Lexicon Garden

@