No description available.
View raw schema
{
"type": "permission-set",
"title": "Manage avatars",
"detail": "Allows uploading, deleting, and rotating avatars.",
"permissions": [
{
"type": "permission",
"action": [
"create",
"delete",
"update"
],
"resource": "repo",
"collection": [
"app.chavatar.avatar",
"app.chavatar.settings",
"app.chavatar.state"
]
}
],
"title:langs": {
"ja": "アバターを管理します",
"pt-BR": "Gerencie seu avatar."
},
"detail:langs": {
"ja": "アバターのアップロード、削除、ローテーション設定を許可します",
"pt-BR": "Permite carregar, excluir e girar avatares."
}
}