pub.chive.authorAccess
Schema Diff
+16 -2
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
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
+
"pub.chive.actor.profileConfig",
25
26
"pub.chive.actor.mute",
26
27
"pub.chive.discovery.settings",
27
28
"pub.chive.collaboration.invite",
28
29
"pub.chive.collaboration.inviteAcceptance"
29
30
]
30
31
},
31
32
{
32
33
"type": "permission",
33
34
"accept": [
34
35
"application/*",
35
36
"image/*",
36
37
"video/*",
37
38
"audio/*",
38
39
"text/*"
39
40
],
40
41
"resource": "blob"
41
42
},
42
43
{
44
+
"aud": "*",
43
45
"lxm": [
44
46
"pub.chive.eprint.getSubmission",
45
47
"pub.chive.eprint.searchSubmissions",
46
48
"pub.chive.eprint.listByAuthor",
47
49
"pub.chive.eprint.listCitations",
48
50
"pub.chive.eprint.listRelatedWorks",
49
51
"pub.chive.eprint.updateSubmission",
50
52
"pub.chive.eprint.deleteSubmission",
51
53
"pub.chive.graph.getNode",
52
54
"pub.chive.graph.listNodes",
53
55
"pub.chive.graph.searchNodes",
54
56
"pub.chive.review.listForEprint",
55
57
"pub.chive.review.getThread",
56
58
"pub.chive.endorsement.getSummary",
57
59
"pub.chive.endorsement.listForEprint",
58
60
"pub.chive.author.getProfile",
59
61
"pub.chive.author.searchAuthors",
62
+
"pub.chive.author.initiateOrcidVerification",
63
+
"pub.chive.collection.get",
64
+
"pub.chive.collection.getContaining",
65
+
"pub.chive.collection.getFeed",
66
+
"pub.chive.collection.getParent",
67
+
"pub.chive.collection.getSubcollections",
68
+
"pub.chive.collection.listByOwner",
69
+
"pub.chive.collection.listPublic",
70
+
"pub.chive.collection.search",
60
71
"pub.chive.actor.getMyRoles",
61
72
"pub.chive.actor.getMyProfile",
62
73
"pub.chive.actor.getDiscoverySettings",
74
+
"pub.chive.actor.discoverAuthorIds",
63
75
"pub.chive.claiming.startClaim",
76
+
"pub.chive.claiming.fetchExternalPdf",
77
+
"pub.chive.claiming.dismissSuggestion",
78
+
"pub.chive.moderation.createReport",
64
79
"pub.chive.claiming.completeClaim",
65
80
"pub.chive.claiming.findClaimable",
66
81
"pub.chive.claiming.getClaim",
67
82
"pub.chive.claiming.getUserClaims",
68
83
"pub.chive.claiming.getSuggestions",
69
84
"pub.chive.claiming.getSubmissionData",
70
85
"pub.chive.claiming.getPendingClaims",
71
86
"pub.chive.claiming.approveClaim",
72
87
"pub.chive.claiming.rejectClaim",
73
88
"pub.chive.claiming.requestCoauthorship",
74
89
"pub.chive.claiming.approveCoauthor",
75
90
"pub.chive.claiming.rejectCoauthor",
76
91
"pub.chive.claiming.getCoauthorRequests",
77
92
"pub.chive.claiming.getMyCoauthorRequests",
78
93
"pub.chive.sync.registerPDS",
79
94
"pub.chive.sync.indexRecord",
80
95
"pub.chive.sync.deleteRecord",
81
96
"pub.chive.activity.getFeed",
82
97
"pub.chive.activity.log",
83
98
"pub.chive.activity.markFailed",
84
99
"pub.chive.discovery.recordInteraction",
85
100
"pub.chive.collaboration.listInvites",
86
101
"pub.chive.collaboration.listCollaborators"
87
102
],
88
103
"type": "permission",
89
-
"resource": "rpc",
90
-
"inheritAud": true
104
+
"resource": "rpc"
91
105
}
92
106
]
93
107
}
94
108
},
95
109
"$type": "com.atproto.lexicon.schema",
96
110
"lexicon": 1
97
111
}