# app.atmobb.authSysop

> 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.authSysop)
- [Documentation](https://lexicon.garden/lexicon/did:plc:dqnwiguwsbb6uwrm7a2rsff2/app.atmobb.authSysop/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:dqnwiguwsbb6uwrm7a2rsff2/app.atmobb.authSysop/examples)

## Definitions

### `app.atmobb.authSysop`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "atmobb forum admin",
  "detail": "Run a forum: its profile and rules, boards and categories, shared-board mounts, staff grants, and moderation actions. Granted to the forum's own account, not to members.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "app.atmobb.forum.profile",
        "app.atmobb.forum.board",
        "app.atmobb.forum.category",
        "app.atmobb.forum.moderator",
        "app.atmobb.moderation.action"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "app.atmobb.authSysop",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "atmobb forum admin",
      "detail": "Run a forum: its profile and rules, boards and categories, shared-board mounts, staff grants, and moderation actions. Granted to the forum's own account, not to members.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "app.atmobb.forum.profile",
            "app.atmobb.forum.board",
            "app.atmobb.forum.category",
            "app.atmobb.forum.moderator",
            "app.atmobb.moderation.action"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
