pub.chive.basicReader
Schema Diff
+1 -1
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
10
"lxm": [
11
11
"pub.chive.eprint.getSubmission",
12
12
"pub.chive.eprint.searchSubmissions",
13
13
"pub.chive.eprint.listByAuthor",
14
14
"pub.chive.eprint.listCitations",
15
15
"pub.chive.eprint.listRelatedWorks",
16
16
"pub.chive.graph.getNode",
17
17
"pub.chive.graph.listNodes",
18
18
"pub.chive.graph.searchNodes",
19
19
"pub.chive.review.listForEprint",
20
20
"pub.chive.review.getThread",
21
21
"pub.chive.endorsement.getSummary",
22
22
"pub.chive.endorsement.listForEprint",
23
23
"pub.chive.author.getProfile",
24
24
"pub.chive.author.searchAuthors"
25
25
],
26
26
"type": "permission",
27
27
"resource": "rpc",
28
28
"inheritAud": true
29
29
}
30
30
]
31
31
}
32
32
},
33
33
"$type": "com.atproto.lexicon.schema",
34
34
"lexicon": 1
35
35
}