{
"id": "pub.chive.collection.getContaining",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"collections"
],
"properties": {
"collections": {
"type": "array",
"items": {
"ref": "pub.chive.collection.defs#collectionView",
"type": "ref"
},
"description": "Collections containing the item"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"itemUri"
],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum results to return"
},
"itemUri": {
"type": "string",
"description": "AT-URI of the item to find containing collections for"
}
}
},
"description": "Get collections that contain a specific item"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreibvw6ciul3e337xfbanuln44xozzdopvgt6suovapsjmmlpsgq2my
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.collection.getContaining