No description available.
View raw schema
{
"key": "literal:self",
"type": "permission-set",
"title": "Passing Reads: Core functionality",
"detail": "Manage your profile, upload images, and register/drop/find books",
"permissions": [
{
"type": "permission",
"action": [
"create"
],
"resource": "repo",
"collection": [
"org.passingreads.book.registration"
]
},
{
"type": "permission",
"action": [
"create"
],
"resource": "repo",
"collection": [
"org.passingreads.book.event"
]
},
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"org.passingreads.actor.profile"
]
}
]
}