{
"id": "social.colibri.actor.listCommunities",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"communities"
],
"properties": {
"communities": {
"type": "array",
"items": {
"ref": "lex:social.colibri.actor.listCommunities#communityView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"description": "Lists the communities the authenticated user is a member of, in their preferred sidebar order."
},
"communityView": {
"type": "object",
"required": [
"name",
"requiresApprovalToJoin"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"name": {
"type": "string"
},
"isOwner": {
"type": "boolean"
},
"picture": {
"type": "blob"
},
"isLegacy": {
"type": "boolean"
},
"description": {
"type": "string"
},
"categoryOrder": {
"type": "array",
"items": {
"type": "string",
"format": "record-key"
}
},
"requiresApprovalToJoin": {
"type": "boolean"
}
},
"description": "A community summary as seen from the member's perspective."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreie4kzptxufg3zy3ivvjbmv3o2zlqnklvm7vf3tbi25inkj6ufnhpm
- Indexed At
- 2026-07-24 14:44 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.actor.listCommunities
Version History (3 versions)
Referenced Schemas (1)
-
lex:social.colibri.actor.listCommunities#communityView