Skip to content

Fix typo in api_format.md #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
| created | [Date](#date) | Yes | Date on which the DOI was first registered |
| deposited | [Date](#date) | Yes | Date on which the work metadata was most recently updated |
| indexed | [Date](#date) | Yes | Date on which the work metadata was most recently indexed. Re-indexing does not imply a metadata change, see `deposited` for the most recent metadata change date |
| issued | [Partial Date](#partial-date) | Yes | Eariest of `published-print` and `published-online` |
| issued | [Partial Date](#partial-date) | Yes | Earliest of `published-print` and `published-online` |
| posted | [Partial Date](#partial-date) | No | Date on which posted content was made available online |
| accepted | [Partial Date](#partial-date) | No | Date on which a work was accepted, after being submitted, during a submission process |
| subtitle | Array of String | No | Work subtitles, including original language and translated |
Expand Down