app.standard-reader.getTagFeed

standard-reader.app

{
  "id": "app.standard-reader.getTagFeed",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "view",
            "items"
          ],
          "properties": {
            "view": {
              "type": "string"
            },
            "items": {
              "type": "array",
              "items": {
                "refs": [
                  "app.standard-reader.defs#publicationView",
                  "app.standard-reader.defs#documentView"
                ],
                "type": "union"
              }
            },
            "cursor": {
              "type": "string",
              "nullable": true
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "tag"
        ],
        "properties": {
          "tag": {
            "type": "string"
          },
          "sort": {
            "type": "string"
          },
          "view": {
            "type": "string",
            "default": "articles",
            "knownValues": [
              "articles",
              "publications"
            ]
          },
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 50,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "Articles or publications carrying a given tag."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.standard-reader.getTagFeed

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

Metadata

DID
did:plc:f4os2wz5fjl56xpwcvtnqu7m
CID
bafyreic47u6q4rimae55erp63rjkndevz3i7encpdijqvzhxd5b64onlwi
Indexed At
2026-06-13 04:56 UTC
AT-URI
at://did:plc:f4os2wz5fjl56xpwcvtnqu7m/com.atproto.lexicon.schema/app.standard-reader.getTagFeed

Referenced Schemas (2)

Lexicon Garden

@