social.clippr.actor.searchClips

clippr.social

{
  "id": "social.clippr.actor.searchClips",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "clips"
          ],
          "properties": {
            "clips": {
              "type": "array",
              "items": {
                "ref": "social.clippr.feed.defs#clipView",
                "type": "ref"
              },
              "description": "A list of clips and their associated details"
            },
            "cursor": {
              "type": "string",
              "description": "A parameter to paginate results"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "q"
        ],
        "properties": {
          "q": {
            "type": "string",
            "description": "Search query string"
          },
          "actor": {
            "type": "string",
            "format": "at-identifier",
            "description": "An actor to filter results to"
          },
          "limit": {
            "type": "integer",
            "default": 25,
            "maximum": 100,
            "minimum": 1,
            "description": "How many clips to return in the query output"
          },
          "cursor": {
            "type": "string",
            "description": "A parameter to paginate results"
          }
        }
      },
      "description": "Find clips matching search criteria. Does not require auth."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.clippr.actor.searchClips

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

Metadata

DID
did:web:clippr.social
CID
bafyreiepbs7xat2o5y52nx3snpv7x5edmmfl5aryxu2ytmxl7wh2jjwzqy
Indexed At
2026-02-13 14:20 UTC
AT-URI
at://did:web:clippr.social/com.atproto.lexicon.schema/social.clippr.actor.searchClips

Referenced Schemas (1)

Lexicon Garden

@