cafe.dummy.lsky.getAuthorPosts

lsky-publisher.dummy.to

{
  "id": "cafe.dummy.lsky.getAuthorPosts",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "PersonNotFound"
        }
      ],
      "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": [
          "actor"
        ],
        "properties": {
          "type": {
            "type": "string",
            "default": "post",
            "description": "Filter by post type.",
            "knownValues": [
              "post",
              "chirp"
            ]
          },
          "actor": {
            "type": "string",
            "description": "DID or handle of the author."
          },
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "Get posts by a specific person, filtered by type."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against cafe.dummy.lsky.getAuthorPosts

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@