No description available.
View raw schema
{
"type": "permission-set",
"title": "tvlog",
"detail": "Read and write your tvlog diary and shared watchlists",
"permissions": [
{
"skey": "diary",
"type": "permission",
"action": [
"read",
"create",
"update",
"delete"
],
"manage": [
"create",
"update",
"delete"
],
"resource": "space",
"authority": "*",
"spaceType": "computer.sims.log.diary",
"collection": [
"computer.sims.log.watch"
]
},
{
"skey": "watchlist",
"type": "permission",
"action": [
"read",
"create",
"update",
"delete"
],
"manage": [
"create",
"update",
"delete"
],
"resource": "space",
"authority": "*",
"spaceType": "computer.sims.log.watchlist",
"collection": [
"computer.sims.log.watchlistItem"
]
}
]
}