org.passingreads.authCore
Schema Diff
+23 -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
51
"org.passingreads.book.group"
52
52
]
53
53
},
54
54
{
55
55
"type": "permission",
56
56
"action": [
57
57
"create",
58
58
"update",
59
59
"delete"
60
60
],
61
61
"resource": "repo",
62
62
"collection": [
63
63
"org.passingreads.actor.profile"
64
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
+
]
65
88
}
66
89
]
67
90
}
68
91
},
69
92
"$type": "com.atproto.lexicon.schema",
70
93
"lexicon": 1
71
94
}