blue.rito.permissionSet
Schema Diff
+0 -0
1
1
{
2
2
"id": "blue.rito.permissionSet",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Rito",
7
7
"detail": "Bookmark and Schema",
8
8
"title:lang": {
9
9
"ja-JP": "リト"
10
10
},
11
11
"detail:lang": {
12
12
"ja-JP": "ブックマークとスキーマ"
13
13
},
14
14
"permissions": [
15
15
{
16
16
"type": "permission",
17
17
"resource": "repo",
18
18
"collection": [
19
19
"blue.rito.feed.bookmark",
20
20
"blue.rito.feed.like",
21
21
"blue.rito.service.schema"
22
22
]
23
23
},
24
24
{
25
25
"aud": "*",
26
26
"lxm": [
27
27
"blue.rito.preference.getPreference",
28
28
"blue.rito.preference.putPreference"
29
29
],
30
30
"type": "permission",
31
31
"resource": "rpc"
32
32
}
33
33
]
34
34
}
35
35
},
36
36
"$type": "com.atproto.lexicon.schema",
37
37
"lexicon": 1
38
38
}