diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-06 22:25:53 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-06 22:25:53 +0100 |
commit | ff37b97e4bbf642efbd830111fe3dbd45ae56dad (patch) | |
tree | 4801672459a16af5caf88e9f92fee9468ac94051 /python/tests/files/datacite/datacite_result_12.json | |
parent | 171c4ae9f48984438e59bf521b3ec9dd78ce6d3d (diff) | |
download | fatcat-ff37b97e4bbf642efbd830111fe3dbd45ae56dad.tar.gz fatcat-ff37b97e4bbf642efbd830111fe3dbd45ae56dad.zip |
datacite: include month in extra
> include release_month as a top-level extra field [...] to
auto-populate the schema field from that
Diffstat (limited to 'python/tests/files/datacite/datacite_result_12.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_12.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/files/datacite/datacite_result_12.json b/python/tests/files/datacite/datacite_result_12.json index 5dbcd8d0..646299cf 100644 --- a/python/tests/files/datacite/datacite_result_12.json +++ b/python/tests/files/datacite/datacite_result_12.json @@ -1,5 +1,5 @@ { - "extra": {"datacite": {}}, + "extra": {"datacite": {"month": 6}}, "title": "Anthropometric and Physiological Profile of Mixed Martial Art Athletes: A Brief Review", "release_type": "article-journal", "release_stage": "published", |