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_00.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_00.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_00.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tests/files/datacite/datacite_result_00.json b/python/tests/files/datacite/datacite_result_00.json index a4b28076..ad917b92 100644 --- a/python/tests/files/datacite/datacite_result_00.json +++ b/python/tests/files/datacite/datacite_result_00.json @@ -2,6 +2,7 @@ "extra": { "container_name": "Journal of Chemical Crystallography", "datacite": { + "month": 5, "license": [ { "rightsUri": "http://www.springer.com/tdm" @@ -84,4 +85,4 @@ } ], "abstracts": [] -}
\ No newline at end of file +} |