File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 6
6
| ---------| --------------| ----------|
7
7
| v1 | 11th July 2016 | First documented version |
8
8
| v2 | 26th July 2017 | Add abstract, authenticated-orcid, fix contributor fields |
9
+ | v3 | 15th May 2018 | Add peer review fields |
9
10
10
11
## Work
11
12
61
62
| reference | Array of [ Reference] ( #reference ) | No | List of references made by the work |
62
63
| content-domain | [ Content Domain] ( #content-domain ) | No | Information on domains that support Crossmark for this work |
63
64
| relation | [ Relations] ( #relations ) | No | Relations to other works |
65
+ | review | [ Review] ( #review ) | No | Peer review metadata |
64
66
65
67
66
68
## Work Nested Types
@@ -209,3 +211,16 @@ A hashmap containing relation name, [Relation](#relation) pairs.
209
211
| id-type | String | Yes | |
210
212
| id | String | Yes | |
211
213
| asserted-by | String | Yes | One of ` subject ` or ` object ` |
214
+
215
+
216
+ ### Review
217
+
218
+ | Field | Type | Required | Description |
219
+ | -------| ------| ----------| -------------|
220
+ | running-number | String | No | |
221
+ | revision-round | String | No | |
222
+ | stage | String | No | One of ` pre-publication ` or ` post-publication ` |
223
+ | recommendation | String | No | One of ` major-revision ` or ` minor-revision ` or ` reject ` or ` reject-with-resubmit ` or ` accept ` |
224
+ | type | String | No | One of ` referee-report ` or ` editor-report ` or ` author-comment ` or ` community-comment ` or ` aggregate ` |
225
+ | competing-interest-statement | String | No | |
226
+ | language | String | No | |
You can’t perform that action at this time.
0 commit comments