diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-08 22:41:17 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-08 22:41:17 +0100 |
commit | d3deb36c26ae86c1763c33a8c356ecd5491caa40 (patch) | |
tree | 157e26abcf4f9dc41cede8c4ae3206b9ce06b008 /python/tests/files/datacite/datacite_result_16.json | |
parent | 62d6a7e48d6bea1bc7f451c6043f38aee2051f9b (diff) | |
download | fatcat-d3deb36c26ae86c1763c33a8c356ecd5491caa40.tar.gz fatcat-d3deb36c26ae86c1763c33a8c356ecd5491caa40.zip |
datacite: reformat test cases and use jq . --sort-keys
Diffstat (limited to 'python/tests/files/datacite/datacite_result_16.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_16.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/python/tests/files/datacite/datacite_result_16.json b/python/tests/files/datacite/datacite_result_16.json index 8cf762b6..dc9d18af 100644 --- a/python/tests/files/datacite/datacite_result_16.json +++ b/python/tests/files/datacite/datacite_result_16.json @@ -1,4 +1,17 @@ { + "abstracts": [], + "contribs": [ + { + "given_name": "Taha", + "index": 0, + "raw_name": "Taha Sochi", + "role": "author", + "surname": "Sochi" + } + ], + "ext_ids": { + "doi": "10.6084/m9.figshare.1282478" + }, "extra": { "datacite": { "license": [ @@ -12,23 +25,10 @@ "schemaVersion": "http://datacite.org/schema/kernel-3" } }, - "title": "Testing the Connectivity of Networks", - "release_type": "dataset", - "release_stage": "published", - "release_year": 2014, - "ext_ids": { - "doi": "10.6084/m9.figshare.1282478" - }, "publisher": "Figshare", - "contribs": [ - { - "index": 0, - "raw_name": "Taha Sochi", - "given_name": "Taha", - "surname": "Sochi", - "role": "author" - } - ], "refs": [], - "abstracts": [] + "release_stage": "published", + "release_type": "dataset", + "release_year": 2014, + "title": "Testing the Connectivity of Networks" } |