app.chavatar.authManageAvatar

chavatar.app

Schema Diff

+5 -1

From

CID
bafyreihilpby7ya...
Indexed At
2026-03-20 05:24 UTC
View this version

To

CID
bafyreiak6fhidkg...
Indexed At
2026-07-26 20:18 UTC
View this version
1 1
{
2 2
  "id": "app.chavatar.authManageAvatar",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "permission-set",
6 6
      "title": "Manage avatars",
7 7
      "detail": "Allows uploading, deleting, and rotating avatars.",
8 8
      "permissions": [
9 9
        {
10 10
          "type": "permission",
11 11
          "action": [
12 12
            "create",
13 13
            "delete",
14 14
            "update"
15 15
          ],
16 16
          "resource": "repo",
17 17
          "collection": [
18 18
            "app.chavatar.avatar",
19 19
            "app.chavatar.settings",
20 -
            "app.chavatar.state"
20 +
            "app.chavatar.settings.executor",
21 +
            "app.chavatar.state",
22 +
            "app.chavatar.schedules"
21 23
          ]
22 24
        }
23 25
      ],
24 26
      "title:langs": {
27 +
        "fr": "Gère vos avatars.",
25 28
        "ja": "アバターを管理します",
26 29
        "pt-BR": "Gerencie seu avatar."
27 30
      },
28 31
      "detail:langs": {
32 +
        "fr": "Permet de télécharger, de supprimer et de faire pivoter les avatars.",
29 33
        "ja": "アバターのアップロード、削除、ローテーション設定を許可します",
30 34
        "pt-BR": "Permite carregar, excluir e girar avatares."
31 35
      }
32 36
    }
33 37
  },
34 38
  "$type": "com.atproto.lexicon.schema",
35 39
  "lexicon": 1
36 40
}

Compare Other Versions

Lexicon Garden

@