app.tempomusic.feed.getTimeline

lexicons.tempomusic.fan

{
  "id": "app.tempomusic.feed.getTimeline",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "items"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "refs": [
                  "app.tempomusic.feed.defs#postView"
                ],
                "type": "union"
              }
            },
            "cursor": {
              "type": "string",
              "maxLength": 1024,
              "description": "Cursor for fetching the next page. Absent when no further results are available."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of timeline items to return."
          },
          "cursor": {
            "type": "string",
            "maxLength": 1024,
            "description": "Opaque pagination cursor returned by a previous call."
          }
        }
      },
      "description": "Paginated chronological feed of timeline items. Each item is discriminated by `$type` (today only `app.tempomusic.feed.post`; future variants such as `app.tempomusic.feed.review` plug in additively). When the request carries a service-auth JWT, the viewer DID is read from its `iss` claim and each returned item carries a viewer projection; anonymous requests receive items without viewer state."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.tempomusic.feed.getTimeline

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@