pub.chive.basicReader
Schema Diff
+12 -4
1
1
{
2
2
"id": "pub.chive.basicReader",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Browse Chive",
7
-
"detail": "Read eprints, reviews, endorsements, authors, and the public knowledge graph.",
7
+
"detail": "Read eprints (open-access scholarly preprints and their associated reviews, endorsements, citations, and tags), browse author profiles, and explore the community knowledge graph of fields and authority records.",
8
8
"permissions": [
9
9
{
10
+
"aud": "*",
10
11
"lxm": [
11
12
"pub.chive.eprint.getSubmission",
12
13
"pub.chive.eprint.searchSubmissions",
13
14
"pub.chive.eprint.listByAuthor",
14
15
"pub.chive.eprint.listCitations",
15
16
"pub.chive.eprint.listRelatedWorks",
16
17
"pub.chive.graph.getNode",
17
18
"pub.chive.graph.listNodes",
18
19
"pub.chive.graph.searchNodes",
19
20
"pub.chive.review.listForEprint",
20
21
"pub.chive.review.getThread",
21
22
"pub.chive.endorsement.getSummary",
22
23
"pub.chive.endorsement.listForEprint",
23
24
"pub.chive.author.getProfile",
24
-
"pub.chive.author.searchAuthors"
25
+
"pub.chive.author.searchAuthors",
26
+
"pub.chive.collection.get",
27
+
"pub.chive.collection.getContaining",
28
+
"pub.chive.collection.getFeed",
29
+
"pub.chive.collection.getParent",
30
+
"pub.chive.collection.getSubcollections",
31
+
"pub.chive.collection.listByOwner",
32
+
"pub.chive.collection.listPublic",
33
+
"pub.chive.collection.search"
25
34
],
26
35
"type": "permission",
27
-
"resource": "rpc",
28
-
"inheritAud": true
36
+
"resource": "rpc"
29
37
}
30
38
]
31
39
}
32
40
},
33
41
"$type": "com.atproto.lexicon.schema",
34
42
"lexicon": 1
35
43
}