# social.smallbury.authFull

> Published by [lexicon.pds.smallbury.social](https://lexicon.garden/identity/did:plc:wnagcp6h73nxmvmwid2xxukx)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:wnagcp6h73nxmvmwid2xxukx/social.smallbury.authFull)
- [Documentation](https://lexicon.garden/lexicon/did:plc:wnagcp6h73nxmvmwid2xxukx/social.smallbury.authFull/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:wnagcp6h73nxmvmwid2xxukx/social.smallbury.authFull/examples)

## Definitions

### `social.smallbury.authFull`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Smallbury",
  "detail": "Public and private posts, manage contacts, reactions, and notifications.",
  "title:lang": {},
  "detail:lang": {},
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "social.smallbury.actor.profile",
        "social.smallbury.actor.trust",
        "social.smallbury.actor.keyring",
        "social.smallbury.feed.post",
        "social.smallbury.feed.reaction",
        "social.smallbury.graph.invite"
      ]
    },
    {
      "lxm": [
        "social.smallbury.feed.list",
        "social.smallbury.graph.listInboundTrust",
        "social.smallbury.notification.list",
        "social.smallbury.notification.markRead"
      ],
      "type": "permission",
      "resource": "rpc",
      "inheritAud": true
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "social.smallbury.authFull",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Smallbury",
      "detail": "Public and private posts, manage contacts, reactions, and notifications.",
      "title:lang": {},
      "detail:lang": {},
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "social.smallbury.actor.profile",
            "social.smallbury.actor.trust",
            "social.smallbury.actor.keyring",
            "social.smallbury.feed.post",
            "social.smallbury.feed.reaction",
            "social.smallbury.graph.invite"
          ]
        },
        {
          "lxm": [
            "social.smallbury.feed.list",
            "social.smallbury.graph.listInboundTrust",
            "social.smallbury.notification.list",
            "social.smallbury.notification.markRead"
          ],
          "type": "permission",
          "resource": "rpc",
          "inheritAud": true
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
