{
"id": "org.atsui.List",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"query",
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "DID of the service that implements the query."
},
"input": {
"type": "unknown",
"description": "Parameters to pass to the query."
},
"query": {
"type": "string",
"format": "nsid",
"description": "XRPC query to call for pages of items."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "at.inlay.defs#response",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Scrollable vertical list with paginated data source."
},
"page": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"ref": "at.inlay.defs#element",
"type": "ref"
},
"description": "Elements to render as list rows."
},
"cursor": {
"type": "string",
"maxLength": 512,
"description": "Opaque pagination token. Absent means no more items."
}
},
"description": "Response shape from a List data source query."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreiele7a5vznky6kfw74j4zyazpb35wecilfpyvowj6npndrfgi53wy
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/org.atsui.List