is.currents.feed.searchCollections

currents.is

{
  "id": "is.currents.feed.searchCollections",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "collections"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "collections": {
              "type": "array",
              "items": {
                "ref": "is.currents.feed.defs#collectionView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "q"
        ],
        "properties": {
          "q": {
            "type": "string",
            "maxLength": 2048,
            "description": "Collection name search query."
          },
          "limit": {
            "type": "integer",
            "default": 25,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "Search collections by name across all actors. Auth is optional; if provided, viewer-specific state is included."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against is.currents.feed.searchCollections

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

Metadata

DID
did:plc:jaur46k6ijyfvl4lojza7eic
CID
bafyreidzauw4figrui4ce7z7hti3vjnxdd5svockxeyd3ctfexdtfaijfa
Indexed At
2026-06-16 16:05 UTC
AT-URI
at://did:plc:jaur46k6ijyfvl4lojza7eic/com.atproto.lexicon.schema/is.currents.feed.searchCollections

Referenced Schemas (1)

Lexicon Garden

@