{
"id": "app.bivri.bookmark.listGroups",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"groups"
],
"properties": {
"cursor": {
"type": "string"
},
"groups": {
"type": "array",
"items": {
"ref": "#bookmarkGroupView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
}
},
"bookmarkGroupView": {
"type": "object",
"required": [
"uri",
"cid",
"name",
"createdAt"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"name": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"itemCount": {
"type": "integer"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "List bookmark groups. Requires authentication."
}
Metadata
- DID
-
did:plc:uqat5a7hrbww3snbbinxgwah
- CID
-
bafyreiaulekavrdihteuaihknfkamt7wzt5dxh5blrl4gacsq366nsxctq
- Indexed At
- 2026-08-04 07:17 UTC
- AT-URI
-
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.bookmark.listGroups