{
"id": "ink.branchline.listAuthorSeeds",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"seeds"
],
"properties": {
"seeds": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
},
"cursor": {
"type": "string",
"description": "Opaque pagination token for the next page. Absent when there are no more results."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"format": "did",
"description": "DID of the author whose buds to list."
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"description": "Opaque pagination token returned by a prior call."
}
}
},
"description": "List seeds that an author can trade or plant"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:brvu7akhdvsqcomb67pafw25
- CID
-
bafyreiblcuo2d54nvmi4ekaao3l5wg6vql6wx5a5ui2jcnzqugbpx3x2zm
- Indexed At
- 2026-04-18 03:29 UTC
- AT-URI
-
at://did:plc:brvu7akhdvsqcomb67pafw25/com.atproto.lexicon.schema/nk.branchline.listAuthorSeeds