{
"id": "app.rocksky.feed.getFeedSkeleton",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"cursor": {
"type": "string",
"description": "The pagination cursor for the next set of results."
},
"scrobbles": {
"type": "array",
"items": {
"ref": "app.rocksky.scrobble.defs#scrobbleViewBasic",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"feed"
],
"properties": {
"feed": {
"type": "string",
"format": "at-uri",
"description": "The feed URI."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "The maximum number of scrobbles to return"
},
"cursor": {
"type": "string",
"description": "The pagination cursor."
},
"offset": {
"type": "integer",
"minimum": 0,
"description": "The offset for pagination"
}
}
},
"description": "Get the feed by uri"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:vegqomyce4ssoqs7zwqvgqty
- CID
-
bafyreicc7hlgdwpdo34qfgbi5irxgr3msf5cdbxx5ocyzojusfbjsimx3i
- Indexed At
- 2026-01-27 06:07 UTC
- AT-URI
-
at://did:plc:vegqomyce4ssoqs7zwqvgqty/com.atproto.lexicon.schema/app.rocksky.feed.getFeedSkeleton