org.passingreads.authCore
Schema Diff
+48 -1
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": [
51
+
"org.passingreads.book.group"
52
+
]
53
+
},
54
+
{
55
+
"type": "permission",
56
+
"action": [
57
+
"create",
58
+
"update",
59
+
"delete"
60
+
],
61
+
"resource": "repo",
62
+
"collection": [
39
63
"org.passingreads.actor.profile"
40
64
]
65
+
},
66
+
{
67
+
"type": "permission",
68
+
"action": [
69
+
"create",
70
+
"update"
71
+
],
72
+
"resource": "repo",
73
+
"collection": [
74
+
"org.passingreads.notifications.preferences"
75
+
]
76
+
},
77
+
{
78
+
"type": "permission",
79
+
"action": [
80
+
"create",
81
+
"update",
82
+
"delete"
83
+
],
84
+
"resource": "repo",
85
+
"collection": [
86
+
"org.passingreads.notifications.override"
87
+
]
41
88
}
42
89
]
43
90
}
44
91
},
45
92
"$type": "com.atproto.lexicon.schema",
46
93
"lexicon": 1
47
94
}