org.passingreads.authCore

passingreads.org

Schema Diff

+13 -1

From

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

To

CID
bafyreib63xdzuz2...
Indexed At
2026-05-06 07:23 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 23
            "create"
24 24
          ],
25 25
          "resource": "repo",
26 26
          "collection": [
27 27
            "org.passingreads.book.event"
28 28
          ]
29 29
        },
30 30
        {
31 31
          "type": "permission",
32 32
          "action": [
33 33
            "create",
34 34
            "update",
35 35
            "delete"
36 36
          ],
37 37
          "resource": "repo",
38 38
          "collection": [
39 +
            "org.passingreads.book.note"
40 +
          ]
41 +
        },
42 +
        {
43 +
          "type": "permission",
44 +
          "action": [
45 +
            "create",
46 +
            "update",
47 +
            "delete"
48 +
          ],
49 +
          "resource": "repo",
50 +
          "collection": [
39 51
            "org.passingreads.actor.profile"
40 52
          ]
41 53
        }
42 54
      ]
43 55
    }
44 56
  },
45 57
  "$type": "com.atproto.lexicon.schema",
46 58
  "lexicon": 1
47 59
}

Compare Other Versions

Lexicon Garden

@