space.saebyeok.permissionSet

saebyeok.space

Documentation

main permission-set

No description available.

View raw schema
{
  "type": "permission-set",
  "title": "리포스트, 좋아요, 게시물 권한 (Permission Set for repost, like, and post)",
  "detail": "검색 결과에서 리포스트, 좋아요를 생성 및 삭제할 수 있고, 게시물을 삭제할 수 있습니다. (You can create and delete reposts and likes, and delete posts.)",
  "title:lang": {
    "ko": "리포스트, 좋아요, 게시물 권한"
  },
  "detail:lang": {
    "ko": "검색 결과에서 리포스트, 좋아요를 생성 및 삭제할 수 있고, 게시물을 삭제할 수 있습니다."
  },
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "app.bsky.feed.like",
        "app.bsky.feed.repost"
      ]
    },
    {
      "type": "permission",
      "action": [
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "app.bsky.feed.post"
      ]
    }
  ]
}

Lexicon Garden

@