# app.atmobb.authForum

> Published by [lexicons.atmobb.app](https://lexicon.garden/identity/did:plc:dqnwiguwsbb6uwrm7a2rsff2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:dqnwiguwsbb6uwrm7a2rsff2/app.atmobb.authForum)
- [Documentation](https://lexicon.garden/lexicon/did:plc:dqnwiguwsbb6uwrm7a2rsff2/app.atmobb.authForum/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:dqnwiguwsbb6uwrm7a2rsff2/app.atmobb.authForum/examples)

## Definitions

### `app.atmobb.authForum`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "atmobb",
  "detail": "Post threads and replies, join forums, vote in polls, and customize your profile and signature.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "app.atmobb.discussion.thread",
        "app.atmobb.discussion.reply",
        "app.atmobb.forum.membership",
        "app.atmobb.forum.accessRequest",
        "app.atmobb.poll.vote",
        "app.atmobb.actor.profile"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "app.atmobb.authForum",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "atmobb",
      "detail": "Post threads and replies, join forums, vote in polls, and customize your profile and signature.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "app.atmobb.discussion.thread",
            "app.atmobb.discussion.reply",
            "app.atmobb.forum.membership",
            "app.atmobb.forum.accessRequest",
            "app.atmobb.poll.vote",
            "app.atmobb.actor.profile"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
