social.clippr.feed.getTags

clippr.social

{
  "id": "social.clippr.feed.getTags",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "tags"
          ],
          "properties": {
            "tags": {
              "type": "array",
              "items": {
                "ref": "social.clippr.feed.defs#tagView",
                "type": "ref"
              },
              "description": "An array of hydrated tag views"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uris"
        ],
        "properties": {
          "uris": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 25,
            "description": "List of tag AT-URIs to return hydrated views for"
          }
        }
      },
      "description": "Get a list of tags. Does not require auth."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.clippr.feed.getTags

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
bafyreidqmbnfvgzyzl6mrrfgkffl2ynwwoa3ii4khiowbshuhbpl3vhpdy
Indexed At
2026-02-13 14:20 UTC
AT-URI
at://did:web:clippr.social/com.atproto.lexicon.schema/social.clippr.feed.getTags

Referenced Schemas (1)

Lexicon Garden

@