No description available.
View raw schema
{
"type": "permission-set",
"title": "Pebble Index",
"detail": "Store and read your Pebble Index notes, reminders and voice recordings in your private space",
"permissions": [
{
"skey": "main",
"type": "permission",
"action": [
"read",
"create",
"update",
"delete"
],
"manage": [
"create"
],
"resource": "space",
"authority": "self",
"spaceType": "me.byjp.pebble-index.space",
"collection": [
"me.byjp.pebble-index.note",
"me.byjp.pebble-index.reminder",
"me.byjp.pebble-index.recording"
]
}
]
}