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",
              "maxLength": 32
            },
            "items": {
              "type": "array",
              "items": {
                "refs": [
                  "app.standard-reader.defs#publicationView",
                  "app.standard-reader.defs#documentView"
                ],
                "type": "union"
              }
            },
            "cursor": {
              "type": "string",
              "nullable": true,
              "maxLength": 8192
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "tag"
        ],
        "properties": {
          "tag": {
            "type": "string",
            "maxLength": 128
          },
          "sort": {
            "type": "string",
            "maxLength": 32
          },
          "view": {
            "type": "string",
            "default": "articles",
            "maxLength": 32,
            "knownValues": [
              "articles",
              "publications"
            ]
          },
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 50,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "maxLength": 8192
          }
        }
      },
      "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
bafyreiddi36fugv4djzjdgvf4dqeh2qu6ymjejjaan7qw7xtfqksqlp2iq
Indexed At
2026-07-26 20:08 UTC
AT-URI
at://did:plc:f4os2wz5fjl56xpwcvtnqu7m/com.atproto.lexicon.schema/app.standard-reader.getTagFeed

Version History (2 versions)

Referenced Schemas (2)

Lexicon Garden

@