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_doc_23.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_doc_23.json')
-rw-r--r-- | python/tests/files/datacite/datacite_doc_23.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/python/tests/files/datacite/datacite_doc_23.json b/python/tests/files/datacite/datacite_doc_23.json index 1dcdfc27..b755f1a5 100644 --- a/python/tests/files/datacite/datacite_doc_23.json +++ b/python/tests/files/datacite/datacite_doc_23.json @@ -1,28 +1,14 @@ { "attributes": { - "doi": "10.7916/d86x0cg1–xxx", "creators": [ { - "name": "Anton Welch", "affiliation": [ "Department of pataphysics" ], + "name": "Anton Welch", "nameIdentifiers": [] } ], - "titles": [ - { - "title": "ABC" - } - ], - "publicationYear": 2017, - "language": "GERMAN", - "types": { - "ris": "GEN", - "bibtex": "misc", - "citeproc": "article", - "schemaOrg": "CreativeWork" - }, "dates": [ { "date": "2017-08-24", @@ -37,7 +23,21 @@ "dateType": "Issued" } ], + "doi": "10.7916/d86x0cg1–xxx", "isActive": true, - "state": "findable" + "language": "GERMAN", + "publicationYear": 2017, + "state": "findable", + "titles": [ + { + "title": "ABC" + } + ], + "types": { + "bibtex": "misc", + "citeproc": "article", + "ris": "GEN", + "schemaOrg": "CreativeWork" + } } } |