Closed briri closed 3 months ago
The DataCite schema 4.4 states "If Contributor is used, then contributorName is mandatory." The requirement was there in 4.3 as well.
Need to update the EZIDPublisher
lambda to ignore contributors with a missing name.
A user in the DMPTool created a plan and added a contributor that had an email and ORCID but no name filled out. I guess this is the first time we're seeing this!
EZID throws the following error:
Need to update the
EZIDPublisher
Lambda so that it just skips contributors with no name, or if the schema allows that to be blank then just skip that element/attribute.