blue.linkat.permissionSet
Schema Diff
+5 -5
1
1
{
2
2
"id": "blue.linkat.permissionSet",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Linkat",
7
-
"detail": "Allows Linkat to create, edit, and delete your board",
7
+
"detail": "Create, update, and delete your board",
8
+
"detail:lang": {
9
+
"ja": "あなたのボードを作成、更新、削除します"
10
+
},
8
11
"permissions": [
9
12
{
10
13
"type": "permission",
11
14
"resource": "repo",
12
15
"collection": [
13
16
"blue.linkat.board"
14
17
]
15
18
}
16
-
],
17
-
"detail:langs": {
18
-
"ja": "Linkatがあなたのボードを作成・編集・削除することを許可します"
19
-
}
19
+
]
20
20
}
21
21
},
22
22
"$type": "com.atproto.lexicon.schema",
23
23
"lexicon": 1
24
24
}