Allows atprotocol.how records to be created and managed.
View raw schema
{
"type": "permission-set",
"title": "Full at://how Permissions",
"description": "Allows atprotocol.how records to be created and managed.",
"permissions": [
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"how.atprotocol.profile"
]
}
]
}