page.cavu.authReader
Schema Diff
+1 -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
13
"update",
14
14
"delete"
15
15
],
16
16
"resource": "repo",
17
17
"collection": [
18
18
"page.cavu.progress"
19
-
]
20
-
},
21
-
{
22
-
"type": "permission",
23
-
"action": [
24
-
"create",
25
-
"update",
26
-
"delete"
27
-
],
28
-
"resource": "repo",
29
-
"collection": [
30
-
"page.cavu.highlight"
31
19
]
32
20
}
33
21
]
34
22
}
35
23
},
36
24
"$type": "com.atproto.lexicon.schema",
37
25
"lexicon": 1
38
26
}