# app.nblr.authFull

> Published by [nblr.app](https://lexicon.garden/identity/did:plc:kgrcstzon7oaiy5myjfgiou6)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:kgrcstzon7oaiy5myjfgiou6/app.nblr.authFull)
- [Documentation](https://lexicon.garden/lexicon/did:plc:kgrcstzon7oaiy5myjfgiou6/app.nblr.authFull/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:kgrcstzon7oaiy5myjfgiou6/app.nblr.authFull/examples)

## Definitions

### `app.nblr.authFull`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Full nblr App Permissions",
  "detail": "Manage all nblr app content and features.",
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "app.nblr.actor.profile",
        "app.nblr.feed.collection",
        "app.nblr.feed.link",
        "app.nblr.feed.post"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "app.nblr.authFull",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Full nblr App Permissions",
      "detail": "Manage all nblr app content and features.",
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "app.nblr.actor.profile",
            "app.nblr.feed.collection",
            "app.nblr.feed.link",
            "app.nblr.feed.post"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
