tech.tokimeki.forum.permissions
Schema Diff
+4 -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"
39
40
]
40
41
},
41
42
{
42
43
"type": "permission",
43
44
"action": [
44
45
"read",
45
46
"create",
46
47
"update",
47
48
"delete"
48
49
],
49
50
"manage": [
50
51
"create",
51
52
"update",
52
53
"delete"
53
54
],
54
55
"resource": "space",
55
56
"authority": "*",
56
57
"spaceType": "tech.tokimeki.forum.public",
57
58
"collection": [
58
59
"tech.tokimeki.forum.profile",
59
60
"tech.tokimeki.forum.channel",
60
61
"tech.tokimeki.forum.thread",
61
62
"tech.tokimeki.forum.message",
62
63
"tech.tokimeki.forum.vote",
63
-
"tech.tokimeki.forum.reaction"
64
+
"tech.tokimeki.forum.reaction",
65
+
"tech.tokimeki.forum.hide"
64
66
]
65
67
},
66
68
{
67
69
"type": "permission",
68
70
"action": [
69
71
"create",
70
72
"update",
71
73
"delete"
72
74
],
73
75
"resource": "repo",
74
76
"collection": [
75
77
"tech.tokimeki.forum.actor"
76
78
]
77
79
}
78
80
]
79
81
}
80
82
},
81
83
"$type": "com.atproto.lexicon.schema",
82
84
"lexicon": 1
83
85
}