View raw schema
{
"type": "permission-set",
"title": "Manage Bluesky Profile",
"detail": "Update profile data, as well as status and public chat visibility.",
"title:lang": {},
"detail:lang": {},
"permissions": [
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"app.bsky.actor.profile",
"app.bsky.actor.status",
"app.bsky.notification.declaration"
]
}
]
}