# chat.sprk.authFull

> Published by [sprk.so](https://lexicon.garden/identity/did:plc:cveom2iroj3mt747sd4qqnr2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/chat.sprk.authFull)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/chat.sprk.authFull/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/chat.sprk.authFull/examples)

## Definitions

### `chat.sprk.authFull`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Full Spark Chat Permissions",
  "detail": "Control of all Spark chat conversations and configuration management.",
  "title:lang": {},
  "detail:lang": {
    "en": "All Spark Chat Conversations"
  },
  "permissions": [
    {
      "lxm": [
        "chat.sprk.convo.acceptConvo",
        "chat.sprk.convo.addReaction",
        "chat.sprk.convo.getConvo",
        "chat.sprk.convo.getConvoAvailability",
        "chat.sprk.convo.getConvoForMembers",
        "chat.sprk.convo.getLog",
        "chat.sprk.convo.getMessages",
        "chat.sprk.convo.leaveConvo",
        "chat.sprk.convo.listConvos",
        "chat.sprk.convo.muteConvo",
        "chat.sprk.convo.removeReaction",
        "chat.sprk.convo.sendMessage",
        "chat.sprk.convo.sendMessageBatch",
        "chat.sprk.convo.unmuteConvo",
        "chat.sprk.convo.updateAllRead",
        "chat.sprk.convo.updateRead"
      ],
      "type": "permission",
      "resource": "rpc",
      "inheritAud": true
    },
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "chat.sprk.actor.declaration"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "chat.sprk.authFull",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Full Spark Chat Permissions",
      "detail": "Control of all Spark chat conversations and configuration management.",
      "title:lang": {},
      "detail:lang": {
        "en": "All Spark Chat Conversations"
      },
      "permissions": [
        {
          "lxm": [
            "chat.sprk.convo.acceptConvo",
            "chat.sprk.convo.addReaction",
            "chat.sprk.convo.getConvo",
            "chat.sprk.convo.getConvoAvailability",
            "chat.sprk.convo.getConvoForMembers",
            "chat.sprk.convo.getLog",
            "chat.sprk.convo.getMessages",
            "chat.sprk.convo.leaveConvo",
            "chat.sprk.convo.listConvos",
            "chat.sprk.convo.muteConvo",
            "chat.sprk.convo.removeReaction",
            "chat.sprk.convo.sendMessage",
            "chat.sprk.convo.sendMessageBatch",
            "chat.sprk.convo.unmuteConvo",
            "chat.sprk.convo.updateAllRead",
            "chat.sprk.convo.updateRead"
          ],
          "type": "permission",
          "resource": "rpc",
          "inheritAud": true
        },
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "chat.sprk.actor.declaration"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
