page.cavu.authReader
Schema Diff
+2 -13
1
1
{
2
2
"id": "page.cavu.authReader",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Cavu Reader",
7
-
"detail": "Save your reading positions and highlights to your account.",
7
+
"detail": "Save your reading positions to your account.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"action": [
12
12
"create",
13
-
"update"
14
-
],
15
-
"resource": "repo",
16
-
"collection": [
17
-
"page.cavu.progress"
18
-
]
19
-
},
20
-
{
21
-
"type": "permission",
22
-
"action": [
23
-
"create",
24
13
"update",
25
14
"delete"
26
15
],
27
16
"resource": "repo",
28
17
"collection": [
29
-
"page.cavu.highlight"
18
+
"page.cavu.progress"
30
19
]
31
20
}
32
21
]
33
22
}
34
23
},
35
24
"$type": "com.atproto.lexicon.schema",
36
25
"lexicon": 1
37
26
}