org.passingreads.authCore
Schema Diff
+12 -0
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
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
39
"org.passingreads.book.note"
40
40
]
41
41
},
42
42
{
43
43
"type": "permission",
44
44
"action": [
45
45
"create",
46
46
"update",
47
47
"delete"
48
48
],
49
49
"resource": "repo",
50
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": [
51
63
"org.passingreads.actor.profile"
52
64
]
53
65
}
54
66
]
55
67
}
56
68
},
57
69
"$type": "com.atproto.lexicon.schema",
58
70
"lexicon": 1
59
71
}