blue.rito.label.permissionSet
Schema Diff
+21 -0
1
1
{
2
2
"id": "blue.rito.label.permissionSet",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Rito Labeler Kit",
7
7
"detail": "Manage auto label definitions and website public settings.",
8
8
"title:lang": {
9
9
"ja-JP": "リトラベラーキット"
10
10
},
11
11
"detail:lang": {
12
12
"ja-JP": "自動ラベルとWebサイト公開の管理"
13
13
},
14
14
"permissions": [
15
15
{
16
16
"type": "permission",
17
17
"resource": "repo",
18
18
"collection": [
19
19
"blue.rito.label.auto.like.settings",
20
20
"blue.rito.label.auto.post"
21
21
]
22
22
},
23
23
{
24
24
"aud": "*",
25
25
"lxm": [
26
26
"blue.rito.label.public.getSetting",
27
27
"blue.rito.label.public.updateSetting"
28
28
],
29
29
"type": "permission",
30
30
"resource": "rpc"
31
+
},
32
+
{
33
+
"skey": "self",
34
+
"type": "permission",
35
+
"action": [
36
+
"read",
37
+
"create",
38
+
"update",
39
+
"delete"
40
+
],
41
+
"manage": [
42
+
"create",
43
+
"update",
44
+
"delete"
45
+
],
46
+
"resource": "space",
47
+
"authority": "*",
48
+
"spaceType": "blue.rito.space.bookmark",
49
+
"collection": [
50
+
"blue.rito.private.feed.bookmark"
51
+
]
31
52
}
32
53
]
33
54
}
34
55
},
35
56
"$type": "com.atproto.lexicon.schema",
36
57
"lexicon": 1
37
58
}