# space.saebyeok.permissionSet

> Published by [saebyeok.space](https://lexicon.garden/identity/did:plc:6us5deg3vbtrwibj4if4uamw)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:6us5deg3vbtrwibj4if4uamw/space.saebyeok.permissionSet)
- [Documentation](https://lexicon.garden/lexicon/did:plc:6us5deg3vbtrwibj4if4uamw/space.saebyeok.permissionSet/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:6us5deg3vbtrwibj4if4uamw/space.saebyeok.permissionSet/examples)

## Definitions

### `space.saebyeok.permissionSet`

**Type**: `permission-set`

```json
{
  "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"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "space.saebyeok.permissionSet",
  "defs": {
    "main": {
      "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"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
