# games.gamesgamesgamesgames.authContributions

> Published by [gamesgamesgamesgames.games](https://lexicon.garden/identity/did:web:gamesgamesgamesgames.games)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.authContributions)
- [Documentation](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.authContributions/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.authContributions/examples)

## Definitions

### `games.gamesgamesgamesgames.authContributions`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Contributions",
  "detail": "Submit and view game data contributions.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "games.gamesgamesgamesgames.contribution"
      ]
    },
    {
      "lxm": [
        "games.gamesgamesgamesgames.createContribution",
        "games.gamesgamesgamesgames.getContribution",
        "games.gamesgamesgamesgames.getContributionStats",
        "games.gamesgamesgamesgames.listContributions"
      ],
      "type": "permission",
      "resource": "rpc",
      "inheritAud": true
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "games.gamesgamesgamesgames.authContributions",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Contributions",
      "detail": "Submit and view game data contributions.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "games.gamesgamesgamesgames.contribution"
          ]
        },
        {
          "lxm": [
            "games.gamesgamesgamesgames.createContribution",
            "games.gamesgamesgamesgames.getContribution",
            "games.gamesgamesgamesgames.getContributionStats",
            "games.gamesgamesgamesgames.listContributions"
          ],
          "type": "permission",
          "resource": "rpc",
          "inheritAud": true
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
