app.didpic.feed.getTagFeedPublic

lexicons.didpic.app

{
  "id": "app.didpic.feed.getTagFeedPublic",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "tag",
            "postCount",
            "posts"
          ],
          "properties": {
            "tag": {
              "type": "string"
            },
            "posts": {
              "type": "array",
              "items": {
                "ref": "#postCard",
                "type": "ref"
              },
              "description": "Up to `limit` recent unlabelled posts. Each post carries its author's PDS for blob URL construction."
            },
            "postCount": {
              "type": "integer",
              "minimum": 0,
              "description": "Total distinct records (posts + comments) using this tag, ignoring labels."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "tag"
        ],
        "properties": {
          "tag": {
            "type": "string",
            "maxLength": 640,
            "description": "Hashtag without the leading #. Lowercased server-side.",
            "maxGraphemes": 64
          },
          "limit": {
            "type": "integer",
            "default": 9,
            "maximum": 25,
            "minimum": 1
          }
        }
      },
      "description": "Unauthenticated tag feed for public web landings. Returns up to `limit` most-recent posts using the hashtag, filtered to those with no labels (post or author) so the public surface never renders age-restricted imagery. `postCount` is the global tag popularity, not the size of the returned slice."
    },
    "postCard": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "authorDid",
        "imageCid"
      ],
      "properties": {
        "alt": {
          "type": "string"
        },
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "pds": {
          "type": "string",
          "format": "uri",
          "description": "Author's PDS endpoint. Use to construct the post's image blob URL."
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "imageCid": {
          "type": "string",
          "format": "cid"
        },
        "authorDid": {
          "type": "string",
          "format": "did"
        },
        "aspectRatio": {
          "type": "object",
          "properties": {
            "width": {
              "type": "integer",
              "minimum": 1
            },
            "height": {
              "type": "integer",
              "minimum": 1
            }
          }
        },
        "authorHandle": {
          "type": "string",
          "format": "handle"
        },
        "authorDisplayName": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.feed.getTagFeedPublic

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreieh2rp57xe45xxzshhzzkvvs7bxk3o3dgxtntddt53xqjyzr6jwqq
Indexed At
2026-05-24 19:57 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.feed.getTagFeedPublic

Lexicon Garden

@