fixed bug in the Access Rights rule -> changed to correct atttribute name "rightsURI".

This commit is contained in:
pispis 2023-10-19 10:53:06 +03:00
parent 5a69b9eb6e
commit 9835d92247
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ public final class LiteratureGuidelinesV4Profile extends AbstractOpenAireProfile
private static final ElementSpec ACCESS_RIGHTS_SPEC = Builders.
forMandatoryElement("datacite:rights", ONE).
withMandatoryAttribute("uri", ACCESS_RIGHTS_URIS).
withMandatoryAttribute("rightsURI", ACCESS_RIGHTS_URIS).
allowedValues(ACCESS_RIGHTS_TYPES).
build();