We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98b6bf commit 11fae63Copy full SHA for 11fae63
caltechdata_api/customize_schema.py
@@ -252,7 +252,7 @@ def customize_schema_rdm(json_record):
252
253
if "identifiers" in json_record:
254
identifiers = []
255
- system_pids = ["DOI", "oai"]
+ system_pids = ["oai"]
256
for identifier in json_record["identifiers"]:
257
if identifier["identifierType"] not in system_pids:
258
identifier["scheme"] = identifiertypes[identifier.pop("identifierType")]
0 commit comments