# app.chavatar.authViewAvatar

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

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:chavatar.app/app.chavatar.authViewAvatar)
- [Documentation](https://lexicon.garden/lexicon/did:web:chavatar.app/app.chavatar.authViewAvatar/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:chavatar.app/app.chavatar.authViewAvatar/examples)

## Definitions

### `app.chavatar.authViewAvatar`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Avatar display.",
  "detail": "Allows the display of avatars stored in the repository.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "app.chavatar.avatar"
      ]
    }
  ],
  "title:langs": {
    "fr": "Affichage des avatars.",
    "ja": "アバターの表示",
    "pt-BR": "Exibição de avatar"
  },
  "detail:langs": {
    "fr": "Permet l'affichage des avatars stockés dans le référentiel.",
    "ja": "リポジトリ内に保存しているアバターの表示を許可します",
    "pt-BR": "Permite a exibição de avatares armazenados no repositório."
  }
}
```

## Raw Schema

```json
{
  "id": "app.chavatar.authViewAvatar",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Avatar display.",
      "detail": "Allows the display of avatars stored in the repository.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "app.chavatar.avatar"
          ]
        }
      ],
      "title:langs": {
        "fr": "Affichage des avatars.",
        "ja": "アバターの表示",
        "pt-BR": "Exibição de avatar"
      },
      "detail:langs": {
        "fr": "Permet l'affichage des avatars stockés dans le référentiel.",
        "ja": "リポジトリ内に保存しているアバターの表示を許可します",
        "pt-BR": "Permite a exibição de avatares armazenados no repositório."
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
