com.atmosphereaccount.registry.fullPermissions
Schema Diff
+1 -1
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 profile, reviews, and updates.",
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
13
"com.atmosphereaccount.registry.profile",
14
14
"com.atmosphereaccount.registry.review",
15
15
"com.atmosphereaccount.registry.update"
16
16
]
17
17
}
18
18
]
19
19
}
20
20
},
21
21
"$type": "com.atproto.lexicon.schema",
22
22
"lexicon": 1
23
23
}