No description available.
View raw schema
{
"type": "permission-set",
"title": "Showcase Access",
"detail": "Full access to your Showcase profile, items, collections, and activity",
"permissions": [
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"social.showcase.profile.profile",
"social.showcase.profile.preferences"
]
},
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"social.showcase.library.item",
"social.showcase.collection.collection",
"social.showcase.feed.reaction",
"social.showcase.graph.follow",
"social.showcase.graph.block"
]
}
]
}