Skip to content

Commit d44a9be

Browse files
authored
Merge pull request #373 from CrossRef/jenniferlin15-patch-1
Adding peer review elements
2 parents 002349e + c4bf960 commit d44a9be

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

api_format.md

+15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
|---------|--------------|----------|
77
| v1 | 11th July 2016 | First documented version |
88
| v2 | 26th July 2017 | Add abstract, authenticated-orcid, fix contributor fields |
9+
| v3 | 15th May 2018 | Add peer review fields |
910

1011
## Work
1112

@@ -61,6 +62,7 @@
6162
| reference | Array of [Reference](#reference) | No | List of references made by the work |
6263
| content-domain | [Content Domain](#content-domain) | No | Information on domains that support Crossmark for this work |
6364
| relation | [Relations](#relations) | No | Relations to other works |
65+
| review | [Review](#review) | No | Peer review metadata |
6466

6567

6668
## Work Nested Types
@@ -209,3 +211,16 @@ A hashmap containing relation name, [Relation](#relation) pairs.
209211
| id-type | String | Yes | |
210212
| id | String | Yes | |
211213
| 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 | |

0 commit comments

Comments
 (0)