From 491b4bf1d7f26f811de56d50fb05775f5f9e4006 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:57:01 +0200 Subject: [PATCH] Allow ISBN under fullDocumentation (RPV) This is needed for the atlas that I am registering at the moment. All information about the atlas is part of the book. So, the only ID that can be used in this case is the ISBN of the book. --- schemas/products/researchProductVersion.schema.tpl.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/products/researchProductVersion.schema.tpl.json b/schemas/products/researchProductVersion.schema.tpl.json index ac53c586..ed27c91c 100644 --- a/schemas/products/researchProductVersion.schema.tpl.json +++ b/schemas/products/researchProductVersion.schema.tpl.json @@ -41,6 +41,7 @@ "_linkedTypes": [ "https://openminds.ebrains.eu/core/DOI", "https://openminds.ebrains.eu/core/File", + "https://openminds.ebrains.eu/core/ISBN", "https://openminds.ebrains.eu/core/WebResource" ] },