# site.mochott.authFull

> Published by [tokimeki.blue](https://lexicon.garden/identity/did:plc:4tr5dqti7nmu6g2czpthntak)

✓ This is the authoritative definition for this NSID.

## Description

Permission set granting full access to mochott blog features. Referenced as the OAuth scope include:site.mochott.authFull.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:4tr5dqti7nmu6g2czpthntak/site.mochott.authFull)
- [Documentation](https://lexicon.garden/lexicon/did:plc:4tr5dqti7nmu6g2czpthntak/site.mochott.authFull/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:4tr5dqti7nmu6g2czpthntak/site.mochott.authFull/examples)

## Definitions

### `site.mochott.authFull`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "mochott blog",
  "detail": "Write and manage your blog content on mochott: articles, comments, likes, follows, series, minisites, profile, and blocks.",
  "title:lang": {
    "ja": "mochott ブログ"
  },
  "detail:lang": {
    "ja": "mochott でのブログコンテンツの作成と管理（記事・コメント・いいね・フォロー・シリーズ・ミニサイト・プロフィール・ブロック）"
  },
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "site.mochott.article",
        "site.mochott.block",
        "site.mochott.comment",
        "site.mochott.graph.subscription",
        "site.mochott.like",
        "site.mochott.minisite",
        "site.mochott.profile",
        "site.mochott.series"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "site.mochott.authFull",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "mochott blog",
      "detail": "Write and manage your blog content on mochott: articles, comments, likes, follows, series, minisites, profile, and blocks.",
      "title:lang": {
        "ja": "mochott ブログ"
      },
      "detail:lang": {
        "ja": "mochott でのブログコンテンツの作成と管理（記事・コメント・いいね・フォロー・シリーズ・ミニサイト・プロフィール・ブロック）"
      },
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "site.mochott.article",
            "site.mochott.block",
            "site.mochott.comment",
            "site.mochott.graph.subscription",
            "site.mochott.like",
            "site.mochott.minisite",
            "site.mochott.profile",
            "site.mochott.series"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "Permission set granting full access to mochott blog features. Referenced as the OAuth scope include:site.mochott.authFull."
}
```
