cafe.dummy.lsky.getFeed

lsky-publisher.dummy.to

{
  "id": "cafe.dummy.lsky.getFeed",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "UnknownFeed",
          "description": "The requested feed identifier is not recognized."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "posts"
          ],
          "properties": {
            "posts": {
              "type": "array",
              "items": {
                "ref": "cafe.dummy.lsky.defs#postView",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "feed"
        ],
        "properties": {
          "feed": {
            "type": "string",
            "description": "Which feed to fetch. Well-known values: 'following', 'global'. Can also be an at-uri pointing to a feed generator record."
          },
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "Get a feed of posts. Use the 'feed' parameter to select which feed: 'following' for posts from followed accounts, 'global' for all posts, or an at-uri for a custom feed generator."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against cafe.dummy.lsky.getFeed

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

Metadata

DID
did:plc:yuilafccwsaj7a4qkkzhttdn
CID
bafyreiebrxtyjwmaxfcmnq77zignptiil26ivkwelve3twmtdxvlas2mmi
Indexed At
2026-08-29 21:12 UTC
AT-URI
at://did:plc:yuilafccwsaj7a4qkkzhttdn/com.atproto.lexicon.schema/cafe.dummy.lsky.getFeed

Referenced Schemas (1)

Lexicon Garden

@