# buzz.bookhive.auth

> Published by [bookhive.buzz](https://lexicon.garden/identity/did:plc:enu2j5xjlqsjaylv3du4myh4)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:enu2j5xjlqsjaylv3du4myh4/buzz.bookhive.auth)
- [Documentation](https://lexicon.garden/lexicon/did:plc:enu2j5xjlqsjaylv3du4myh4/buzz.bookhive.auth/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:enu2j5xjlqsjaylv3du4myh4/buzz.bookhive.auth/examples)

## Definitions

### `buzz.bookhive.auth`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Full BookHive Functionality",
  "detail": "Track books, write reviews and comments, and manage reading lists",
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "buzz.bookhive.book"
      ]
    },
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "buzz.bookhive.buzz"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "buzz.bookhive.auth",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Full BookHive Functionality",
      "detail": "Track books, write reviews and comments, and manage reading lists",
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "buzz.bookhive.book"
          ]
        },
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "buzz.bookhive.buzz"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
