No description available.
View raw schema
{
"type": "permission-set",
"title": "Full BookHive Functionality",
"detail": "Track books, write reviews and comments, and manage reading lists",
"permissions": [
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"buzz.bookhive.book"
]
},
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"buzz.bookhive.buzz"
]
}
]
}