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