social.colibri.beta.embed.trendingGifs

colibri.social

{
  "id": "social.colibri.beta.embed.trendingGifs",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request has no valid service auth."
        },
        {
          "name": "GifsNotConfigured",
          "description": "This AppView has no GIF provider key configured."
        },
        {
          "name": "UpstreamFailure",
          "description": "The GIF provider failed."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "gifs"
          ],
          "properties": {
            "gifs": {
              "type": "array",
              "items": {
                "ref": "social.colibri.beta.embed.defs#gifView",
                "type": "ref"
              },
              "description": "Currently trending GIFs."
            },
            "cursor": {
              "type": "string",
              "description": "Pagination cursor for the next page."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of GIFs to return."
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor from a previous call."
          }
        }
      },
      "description": "Gets trending GIFs from the GIF picker's provider."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.embed.trendingGifs

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

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreiap6ejtqtoi7wgw32feoftii5s6ctesg4r4xn4g3obiu4pnllso34
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.embed.trendingGifs

Referenced Schemas (1)

Lexicon Garden

@