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