No description available.
View raw schema
{
"type": "permission-set",
"title": "Asha Recipe Manager",
"detail": "Full access to manage your recipes, social graph, and images in the Asha recipe network.",
"permissions": [
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"africa.kandake.asha.recipe.recipe"
]
},
{
"type": "permission",
"action": [
"create",
"delete"
],
"resource": "repo",
"collection": [
"africa.kandake.asha.graph.follow"
]
}
]
}