No description available.
View raw schema
{
"type": "permission-set",
"title": "Cacao Bookmarks",
"detail": "Save and tag links from anywhere on the web. Cacao Bookmarks reads your public Bluesky profile (to show your handle and display name) and reads, writes, and removes today.cacao.bookmarks.bookmark records — plus the underlying community.lexicon.bookmarks.bookmark records that hold the URL and tags. It cannot post, edit your profile, manage follows, or touch anything else in your repo.",
"permissions": [
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"today.cacao.bookmarks.bookmark"
]
}
]
}