aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/files/datacite/datacite_result_21.json
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-01-04 00:19:56 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-01-04 00:19:56 +0100
commite6feb6fd6d48f7b179389e79dfeb994d1b0f797b (patch)
treefe35cbed0950e17f2223beae2ea0c66ce81baad9 /python/tests/files/datacite/datacite_result_21.json
parent328d7901df30ba94685d34d6a428e798b4604839 (diff)
downloadfatcat-e6feb6fd6d48f7b179389e79dfeb994d1b0f797b.tar.gz
fatcat-e6feb6fd6d48f7b179389e79dfeb994d1b0f797b.zip
datacite: always include "datacite" key in extra
> always include extra values for the respective DOI registrars (datacite, crossref, jalc), even if they are empty ({}), to be used as a flag so we know which DOI registrar supplied the metadata.
Diffstat (limited to 'python/tests/files/datacite/datacite_result_21.json')
-rw-r--r--python/tests/files/datacite/datacite_result_21.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests/files/datacite/datacite_result_21.json b/python/tests/files/datacite/datacite_result_21.json
index 0a05a7cd..99dcad1b 100644
--- a/python/tests/files/datacite/datacite_result_21.json
+++ b/python/tests/files/datacite/datacite_result_21.json
@@ -1,5 +1,5 @@
{
- "extra": {},
+ "extra": {"datacite": {}},
"title": "ABC",
"release_type": "article",
"release_stage": "published",
@@ -12,4 +12,4 @@
"contribs": [],
"refs": [],
"abstracts": []
-} \ No newline at end of file
+}