social.showcase.permissions
Schema Diff
+3 -1
1
1
{
2
2
"id": "social.showcase.permissions",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Showcase Access",
7
7
"detail": "Full access to your Showcase profile, items, collections, and activity",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"action": [
12
12
"create",
13
13
"update",
14
14
"delete"
15
15
],
16
16
"resource": "repo",
17
17
"collection": [
18
18
"social.showcase.profile.profile",
19
19
"social.showcase.profile.preferences"
20
20
]
21
21
},
22
22
{
23
23
"type": "permission",
24
24
"action": [
25
25
"create",
26
26
"update",
27
27
"delete"
28
28
],
29
29
"resource": "repo",
30
30
"collection": [
31
31
"social.showcase.library.item",
32
32
"social.showcase.collection.collection",
33
-
"social.showcase.feed.reaction"
33
+
"social.showcase.feed.reaction",
34
+
"social.showcase.graph.follow",
35
+
"social.showcase.graph.block"
34
36
]
35
37
}
36
38
]
37
39
}
38
40
},
39
41
"$type": "com.atproto.lexicon.schema",
40
42
"lexicon": 1
41
43
}