social.colibri.embed.searchGifs

colibri.social

{
  "id": "social.colibri.embed.searchGifs",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "Missing, malformed, or unverifiable service auth."
        },
        {
          "name": "InvalidRequest",
          "description": "A parameter or body field was missing or malformed."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "items",
            "page",
            "hasNext"
          ],
          "properties": {
            "page": {
              "type": "integer"
            },
            "items": {
              "type": "array",
              "items": {
                "ref": "lex:social.colibri.embed.defs#gifItem",
                "type": "ref"
              }
            },
            "hasNext": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "q"
        ],
        "properties": {
          "q": {
            "type": "string"
          },
          "page": {
            "type": "integer"
          }
        }
      },
      "description": "Searches GIFs by query."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.embed.searchGifs

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

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreiapkqre23ypjrmovhk3v6tlrtibu3mzrqvbtjz7s6zu3op6qczhfq
Indexed At
2026-07-31 21:23 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.embed.searchGifs

Version History (2 versions)

Referenced Schemas (1)

  • lex:social.colibri.embed.defs#gifItem

Lexicon Garden

@