pub.chive.authorAccess
Schema Diff
+1 -1
1
1
{
2
2
"id": "pub.chive.authorAccess",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Author on Chive",
7
-
"detail": "Submit and manage your own eprints, edit your profile, and claim authorship of papers. Includes everything in Browse Chive.",
7
+
"detail": "Submit and manage your own eprints (post preprints, upload PDFs and supplementary files, version them, attach citations and related work, tag them), claim authorship of existing papers, manage co-author requests, and edit your profile. Includes everything in Browse Chive.",
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
"pub.chive.eprint.submission",
19
19
"pub.chive.eprint.version",
20
20
"pub.chive.eprint.userTag",
21
21
"pub.chive.eprint.citation",
22
22
"pub.chive.eprint.relatedWork",
23
23
"pub.chive.eprint.changelog",
24
24
"pub.chive.actor.profile",
25
25
"pub.chive.actor.mute",
26
26
"pub.chive.discovery.settings",
27
27
"pub.chive.collaboration.invite",
28
28
"pub.chive.collaboration.inviteAcceptance"
29
29
]
30
30
},
31
31
{
32
32
"type": "permission",
33
33
"accept": [
34
34
"application/*",
35
35
"image/*",
36
36
"video/*",
37
37
"audio/*",
38
38
"text/*"
39
39
],
40
40
"resource": "blob"
41
41
},
42
42
{
43
43
"lxm": [
44
44
"pub.chive.eprint.getSubmission",
45
45
"pub.chive.eprint.searchSubmissions",
46
46
"pub.chive.eprint.listByAuthor",
47
47
"pub.chive.eprint.listCitations",
48
48
"pub.chive.eprint.listRelatedWorks",
49
49
"pub.chive.eprint.updateSubmission",
50
50
"pub.chive.eprint.deleteSubmission",
51
51
"pub.chive.graph.getNode",
52
52
"pub.chive.graph.listNodes",
53
53
"pub.chive.graph.searchNodes",
54
54
"pub.chive.review.listForEprint",
55
55
"pub.chive.review.getThread",
56
56
"pub.chive.endorsement.getSummary",
57
57
"pub.chive.endorsement.listForEprint",
58
58
"pub.chive.author.getProfile",
59
59
"pub.chive.author.searchAuthors",
60
60
"pub.chive.actor.getMyRoles",
61
61
"pub.chive.actor.getMyProfile",
62
62
"pub.chive.actor.getDiscoverySettings",
63
63
"pub.chive.claiming.startClaim",
64
64
"pub.chive.claiming.completeClaim",
65
65
"pub.chive.claiming.findClaimable",
66
66
"pub.chive.claiming.getClaim",
67
67
"pub.chive.claiming.getUserClaims",
68
68
"pub.chive.claiming.getSuggestions",
69
69
"pub.chive.claiming.getSubmissionData",
70
70
"pub.chive.claiming.getPendingClaims",
71
71
"pub.chive.claiming.approveClaim",
72
72
"pub.chive.claiming.rejectClaim",
73
73
"pub.chive.claiming.requestCoauthorship",
74
74
"pub.chive.claiming.approveCoauthor",
75
75
"pub.chive.claiming.rejectCoauthor",
76
76
"pub.chive.claiming.getCoauthorRequests",
77
77
"pub.chive.claiming.getMyCoauthorRequests",
78
78
"pub.chive.sync.registerPDS",
79
79
"pub.chive.sync.indexRecord",
80
80
"pub.chive.sync.deleteRecord",
81
81
"pub.chive.activity.getFeed",
82
82
"pub.chive.activity.log",
83
83
"pub.chive.activity.markFailed",
84
84
"pub.chive.discovery.recordInteraction",
85
85
"pub.chive.collaboration.listInvites",
86
86
"pub.chive.collaboration.listCollaborators"
87
87
],
88
88
"type": "permission",
89
89
"resource": "rpc",
90
90
"inheritAud": true
91
91
}
92
92
]
93
93
}
94
94
},
95
95
"$type": "com.atproto.lexicon.schema",
96
96
"lexicon": 1
97
97
}