app.tempomusic.feed.getPostReplies

lexicons.tempomusic.fan

{
  "id": "app.tempomusic.feed.getPostReplies",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound",
          "description": "No post is indexed at the requested AT-URI."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "replies"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "maxLength": 1024,
              "description": "Cursor for fetching the next page. Absent when no further results are available."
            },
            "replies": {
              "type": "array",
              "items": {
                "ref": "app.tempomusic.feed.defs#replyView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the root post whose replies are requested."
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of replies to return."
          },
          "cursor": {
            "type": "string",
            "maxLength": 1024,
            "description": "Opaque pagination cursor returned by a previous call."
          }
        }
      },
      "description": "Paginated flat list of replies whose root is the given post URI, in chronological order. When the request carries a service-auth JWT, the viewer DID is read from its `iss` claim and each returned reply carries a viewer projection; anonymous requests receive replies without viewer state."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.tempomusic.feed.getPostReplies

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

Metadata

DID
did:plc:pxsuqmultto34oks44m2lgxm
CID
bafyreiej2h3s6e23h6j7unbbigfen6mry42mhrlqeaj5jb6n7fpuvn5e3u
Indexed At
2026-08-24 09:06 UTC
AT-URI
at://did:plc:pxsuqmultto34oks44m2lgxm/com.atproto.lexicon.schema/app.tempomusic.feed.getPostReplies

Referenced Schemas (1)

Lexicon Garden

@