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_05.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_05.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_05.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tests/files/datacite/datacite_result_05.json b/python/tests/files/datacite/datacite_result_05.json index 1840884e..cea2a25c 100644 --- a/python/tests/files/datacite/datacite_result_05.json +++ b/python/tests/files/datacite/datacite_result_05.json @@ -6,7 +6,8 @@ "rights": "Attribution-NonCommercial (CC BY-NC)", "rightsUri": "http://creativecommons.org/licenses/by-nc/4.0" } - ] + ], + "month": 10 } }, "title": "SH409843.07FU", |