# games.gamesgamesgamesgames.authCustomFeeds

> 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.authCustomFeeds)
- [Documentation](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.authCustomFeeds/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.authCustomFeeds/examples)

## Definitions

### `games.gamesgamesgamesgames.authCustomFeeds`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Custom Game Feeds",
  "detail": "Create and manage custom feed generators.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "games.gamesgamesgamesgames.feed.generator"
      ]
    },
    {
      "lxm": [
        "games.gamesgamesgamesgames.feed.describeFeedGenerator",
        "games.gamesgamesgamesgames.feed.getFeedSkeleton",
        "games.gamesgamesgamesgames.feed.getGameFeed"
      ],
      "type": "permission",
      "resource": "rpc",
      "inheritAud": true
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "games.gamesgamesgamesgames.authCustomFeeds",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Custom Game Feeds",
      "detail": "Create and manage custom feed generators.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "games.gamesgamesgamesgames.feed.generator"
          ]
        },
        {
          "lxm": [
            "games.gamesgamesgamesgames.feed.describeFeedGenerator",
            "games.gamesgamesgamesgames.feed.getFeedSkeleton",
            "games.gamesgamesgamesgames.feed.getGameFeed"
          ],
          "type": "permission",
          "resource": "rpc",
          "inheritAud": true
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
