space.saebyeok.permissionSet
Schema Diff
+3 -3
1
1
{
2
2
"id": "space.saebyeok.permissionSet",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
-
"title": "Permission Set for repost, like, and post",
7
-
"detail": "You can create and delete reposts and likes, and delete posts.",
6
+
"title": "리포스트, 좋아요, 게시물 권한 (Permission Set for repost, like, and post)",
7
+
"detail": "검색 결과에서 리포스트, 좋아요를 생성 및 삭제할 수 있고, 게시물을 삭제할 수 있습니다. (You can create and delete reposts and likes, and delete posts.)",
8
8
"title:lang": {
9
-
"ko": "리포스트, 좋아요, 게시물 권한 세트"
9
+
"ko": "리포스트, 좋아요, 게시물 권한"
10
10
},
11
11
"detail:lang": {
12
12
"ko": "검색 결과에서 리포스트, 좋아요를 생성 및 삭제할 수 있고, 게시물을 삭제할 수 있습니다."
13
13
},
14
14
"permissions": [
15
15
{
16
16
"type": "permission",
17
17
"action": [
18
18
"create",
19
19
"delete"
20
20
],
21
21
"resource": "repo",
22
22
"collection": [
23
23
"app.bsky.feed.like",
24
24
"app.bsky.feed.repost"
25
25
]
26
26
},
27
27
{
28
28
"type": "permission",
29
29
"action": [
30
30
"delete"
31
31
],
32
32
"resource": "repo",
33
33
"collection": [
34
34
"app.bsky.feed.post"
35
35
]
36
36
}
37
37
]
38
38
}
39
39
},
40
40
"$type": "com.atproto.lexicon.schema",
41
41
"lexicon": 1
42
42
}