diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-06 22:30:20 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-06 22:30:20 +0100 |
commit | d38dda53dd29024c8c855c64dfbb1529d0aaac83 (patch) | |
tree | 54703e8d496941af2754ed4f9224660109b7bee0 /python/tests/files/datacite/datacite_result_00.json | |
parent | ff37b97e4bbf642efbd830111fe3dbd45ae56dad (diff) | |
download | fatcat-d38dda53dd29024c8c855c64dfbb1529d0aaac83.tar.gz fatcat-d38dda53dd29024c8c855c64dfbb1529d0aaac83.zip |
datacite: month field should be top-level
Diffstat (limited to 'python/tests/files/datacite/datacite_result_00.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_00.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests/files/datacite/datacite_result_00.json b/python/tests/files/datacite/datacite_result_00.json index ad917b92..e76aa391 100644 --- a/python/tests/files/datacite/datacite_result_00.json +++ b/python/tests/files/datacite/datacite_result_00.json @@ -2,7 +2,6 @@ "extra": { "container_name": "Journal of Chemical Crystallography", "datacite": { - "month": 5, "license": [ { "rightsUri": "http://www.springer.com/tdm" @@ -16,7 +15,8 @@ "relatedIdentifierType": "ISSN" } ] - } + }, + "month": 5 }, "title": "Synthesis and Crystal Structure of a Compound with Two Conformational Isomers: N-(2-methylbenzoyl)-N\u2032-(4-nitrophenyl)thiourea", "release_type": "article-journal", |