aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/datacite.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_tools/importers/datacite.py')
-rw-r--r--python/fatcat_tools/importers/datacite.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/fatcat_tools/importers/datacite.py b/python/fatcat_tools/importers/datacite.py
index b1862b44..7878ebfa 100644
--- a/python/fatcat_tools/importers/datacite.py
+++ b/python/fatcat_tools/importers/datacite.py
@@ -559,12 +559,9 @@ class DataciteImporter(EntityImporter):
# Include version information.
metadata_version = attributes.get('metadataVersion') or ''
- schema_version = attributes.get('schemaVersion') or ''
if metadata_version:
extra_datacite['metadataVersion'] = metadata_version
- if schema_version:
- extra_datacite['schemaVersion'] = schema_version
# Include resource types.
types = attributes.get('types', {}) or {}