tech.tokimeki.forum.permissions
Schema Diff
+6 -2
1
1
{
2
2
"id": "tech.tokimeki.forum.permissions",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "tokimeki-space",
7
7
"detail": "Read and write in tokimeki-space servers you belong to, create your own servers, and keep your tokimeki-space display profile.",
8
8
"title:lang": {
9
9
"ja": "tokimeki-space"
10
10
},
11
11
"description": "Requested by the tokimeki-space app as `include:tech.tokimeki.forum.permissions`. Image blobs are requested separately (blob:image/*).",
12
12
"detail:lang": {
13
13
"ja": "参加している tokimeki-space サーバーの読み書き、自分のサーバーの作成、tokimeki-space の表示プロフィールの保存を許可します。"
14
14
},
15
15
"permissions": [
16
16
{
17
17
"type": "permission",
18
18
"action": [
19
19
"read",
20
20
"create",
21
21
"update",
22
22
"delete"
23
23
],
24
24
"manage": [
25
25
"create",
26
26
"update",
27
27
"delete"
28
28
],
29
29
"resource": "space",
30
30
"authority": "*",
31
31
"spaceType": "tech.tokimeki.forum.server",
32
32
"collection": [
33
33
"tech.tokimeki.forum.profile",
34
34
"tech.tokimeki.forum.channel",
35
35
"tech.tokimeki.forum.thread",
36
36
"tech.tokimeki.forum.message",
37
37
"tech.tokimeki.forum.vote",
38
-
"tech.tokimeki.forum.reaction"
38
+
"tech.tokimeki.forum.reaction",
39
+
"tech.tokimeki.forum.hide",
40
+
"tech.tokimeki.forum.role"
39
41
]
40
42
},
41
43
{
42
44
"type": "permission",
43
45
"action": [
44
46
"read",
45
47
"create",
46
48
"update",
47
49
"delete"
48
50
],
49
51
"manage": [
50
52
"create",
51
53
"update",
52
54
"delete"
53
55
],
54
56
"resource": "space",
55
57
"authority": "*",
56
58
"spaceType": "tech.tokimeki.forum.public",
57
59
"collection": [
58
60
"tech.tokimeki.forum.profile",
59
61
"tech.tokimeki.forum.channel",
60
62
"tech.tokimeki.forum.thread",
61
63
"tech.tokimeki.forum.message",
62
64
"tech.tokimeki.forum.vote",
63
-
"tech.tokimeki.forum.reaction"
65
+
"tech.tokimeki.forum.reaction",
66
+
"tech.tokimeki.forum.hide",
67
+
"tech.tokimeki.forum.role"
64
68
]
65
69
},
66
70
{
67
71
"type": "permission",
68
72
"action": [
69
73
"create",
70
74
"update",
71
75
"delete"
72
76
],
73
77
"resource": "repo",
74
78
"collection": [
75
79
"tech.tokimeki.forum.actor"
76
80
]
77
81
}
78
82
]
79
83
}
80
84
},
81
85
"$type": "com.atproto.lexicon.schema",
82
86
"lexicon": 1
83
87
}