com.atmosphereaccount.registry.fullPermissions
Schema Diff
+4 -2
1
1
{
2
2
"id": "com.atmosphereaccount.registry.fullPermissions",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Atmosphere Account",
7
-
"detail": "Manage your Atmosphere Explore profile (create, update, and remove your project listing).",
7
+
"detail": "Manage your Atmosphere explore profile, reviews, and updates.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
-
"com.atmosphereaccount.registry.profile"
13
+
"com.atmosphereaccount.registry.profile",
14
+
"com.atmosphereaccount.registry.review",
15
+
"com.atmosphereaccount.registry.update"
14
16
]
15
17
}
16
18
]
17
19
}
18
20
},
19
21
"$type": "com.atproto.lexicon.schema",
20
22
"lexicon": 1
21
23
}