{
"id": "app.bivri.bookmark.createGroup",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 640,
"description": "Name shown for the bookmark group.",
"maxGraphemes": 64
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the bookmark group record that was written."
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the bookmark group record that was written."
}
}
},
"encoding": "application/json"
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Create a named bookmark group in the authenticated member's repository."
}
Metadata
- DID
-
did:plc:uqat5a7hrbww3snbbinxgwah
- CID
-
bafyreib44wsbyb4m2takxc44aqmzyb2ql6xy6jvx2veapec2g43axx6zha
- Indexed At
- 2026-08-18 04:29 UTC
- AT-URI
-
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.bookmark.createGroup