org.passingreads.authCore

passingreads.org

Schema Diff

+59 -1

From

CID
bafyreidx3oorlsm...
Indexed At
2026-02-18 19:50 UTC
View this version

To

CID
bafyreiasyvxrsad...
Indexed At
2026-06-03 20:32 UTC
View this version
1 1
{
2 2
  "id": "org.passingreads.authCore",
3 3
  "defs": {
4 4
    "main": {
5 5
      "key": "literal:self",
6 6
      "type": "permission-set",
7 7
      "title": "Passing Reads: Core functionality",
8 -
      "detail": "Manage your profile, upload images, and register/drop/find books",
8 +
      "detail": "Manage your profile, upload images, manage notes, and register/drop/find books",
9 9
      "permissions": [
10 10
        {
11 11
          "type": "permission",
12 12
          "action": [
13 13
            "create"
14 14
          ],
15 15
          "resource": "repo",
16 16
          "collection": [
17 17
            "org.passingreads.book.registration"
18 18
          ]
19 19
        },
20 20
        {
21 21
          "type": "permission",
22 22
          "action": [
23 +
            "create",
24 +
            "update"
25 +
          ],
26 +
          "resource": "repo",
27 +
          "collection": [
28 +
            "org.passingreads.book.registrationHint"
29 +
          ]
30 +
        },
31 +
        {
32 +
          "type": "permission",
33 +
          "action": [
23 34
            "create"
24 35
          ],
25 36
          "resource": "repo",
26 37
          "collection": [
27 38
            "org.passingreads.book.event"
28 39
          ]
29 40
        },
30 41
        {
31 42
          "type": "permission",
32 43
          "action": [
33 44
            "create",
34 45
            "update",
35 46
            "delete"
36 47
          ],
37 48
          "resource": "repo",
38 49
          "collection": [
50 +
            "org.passingreads.book.note"
51 +
          ]
52 +
        },
53 +
        {
54 +
          "type": "permission",
55 +
          "action": [
56 +
            "create",
57 +
            "update",
58 +
            "delete"
59 +
          ],
60 +
          "resource": "repo",
61 +
          "collection": [
62 +
            "org.passingreads.book.group"
63 +
          ]
64 +
        },
65 +
        {
66 +
          "type": "permission",
67 +
          "action": [
68 +
            "create",
69 +
            "update",
70 +
            "delete"
71 +
          ],
72 +
          "resource": "repo",
73 +
          "collection": [
39 74
            "org.passingreads.actor.profile"
40 75
          ]
76 +
        },
77 +
        {
78 +
          "type": "permission",
79 +
          "action": [
80 +
            "create",
81 +
            "update"
82 +
          ],
83 +
          "resource": "repo",
84 +
          "collection": [
85 +
            "org.passingreads.notifications.preferences"
86 +
          ]
87 +
        },
88 +
        {
89 +
          "type": "permission",
90 +
          "action": [
91 +
            "create",
92 +
            "update",
93 +
            "delete"
94 +
          ],
95 +
          "resource": "repo",
96 +
          "collection": [
97 +
            "org.passingreads.notifications.override"
98 +
          ]
41 99
        }
42 100
      ]
43 101
    }
44 102
  },
45 103
  "$type": "com.atproto.lexicon.schema",
46 104
  "lexicon": 1
47 105
}

Compare Other Versions

Lexicon Garden

@