No description available.
View raw schema
{
"type": "permission-set",
"title": "Bsky Groups",
"detail": "Create groups and participate in group conversations",
"permissions": [
{
"skey": "*",
"type": "permission",
"action": [
"read",
"create",
"update",
"delete"
],
"manage": [
"create",
"update",
"delete"
],
"resource": "space",
"authority": "*",
"spaceType": "at.colocate.group",
"collection": [
"at.colocate.post",
"at.colocate.comment",
"at.colocate.reaction",
"at.colocate.moderation"
]
}
]
}