social.clippr.feed.getTagList

clippr.social

{
  "id": "social.clippr.feed.getTagList",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "tags"
          ],
          "properties": {
            "tags": {
              "type": "array",
              "items": {
                "ref": "social.clippr.feed.defs#tagView",
                "type": "ref"
              },
              "description": "A list of tags and their associated details"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "actor": {
            "type": "string",
            "format": "at-identifier",
            "description": "An actor to fetch the tag list from"
          }
        }
      },
      "description": "Get a user's list of tags. Does not require auth."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.clippr.feed.getTagList

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

Referenced Schemas (1)

Lexicon Garden

@