# at.kotoba.fullPermissions

> Published by [kotoba.at](https://lexicon.garden/identity/did:plc:o5f3cgna5sku4p6iitld6mxs)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:o5f3cgna5sku4p6iitld6mxs/at.kotoba.fullPermissions)
- [Documentation](https://lexicon.garden/lexicon/did:plc:o5f3cgna5sku4p6iitld6mxs/at.kotoba.fullPermissions/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:o5f3cgna5sku4p6iitld6mxs/at.kotoba.fullPermissions/examples)

## Definitions

### `at.kotoba.fullPermissions`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Kotoba",
  "detail": "Read and write your Kotoba sessions, lesson packs, SRS state, and preferences.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "at.kotoba.session",
        "at.kotoba.lesson.pack",
        "at.kotoba.state",
        "at.kotoba.prefs"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "at.kotoba.fullPermissions",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Kotoba",
      "detail": "Read and write your Kotoba sessions, lesson packs, SRS state, and preferences.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "at.kotoba.session",
            "at.kotoba.lesson.pack",
            "at.kotoba.state",
            "at.kotoba.prefs"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
