org.passingreads.authCore
Schema Diff
+46 -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
+
"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": [
39
50
"org.passingreads.book.note"
40
51
]
41
52
},
42
53
{
43
54
"type": "permission",
44
55
"action": [
45
56
"create",
46
57
"update",
47
58
"delete"
48
59
],
49
60
"resource": "repo",
50
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": [
51
74
"org.passingreads.actor.profile"
52
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
+
]
53
99
}
54
100
]
55
101
}
56
102
},
57
103
"$type": "com.atproto.lexicon.schema",
58
104
"lexicon": 1
59
105
}