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