From de8b245336a1b6f1ba2f1c9a981f48535359832a Mon Sep 17 00:00:00 2001 From: Andrew Davison Date: Mon, 14 Jul 2025 16:03:59 +0200 Subject: [PATCH] Fix for #26 remove relatedPublication property in LivePaperVersion, which is unnecessary because it is inherited from ResearchProductVersion in core --- schemas/livePaperVersion.schema.tpl.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/schemas/livePaperVersion.schema.tpl.json b/schemas/livePaperVersion.schema.tpl.json index 905bee1..16cb010 100644 --- a/schemas/livePaperVersion.schema.tpl.json +++ b/schemas/livePaperVersion.schema.tpl.json @@ -59,15 +59,6 @@ "date-time" ], "_instruction": "Enter the date and time on which this live paper version was last modified, formatted as 'YYYY-MM-DDThh:mm:ssTZD' (e.g., '2023-02-07T16:00:00+00:00')." - }, - "relatedPublication": { - "type": "array", - "minItems": 1, - "uniqueItems": true, - "_instruction": "Add all further publications besides the full documentation that provide the original context for the production of this research product version (e.g., an original research article that used or produced the data of this research product version).", - "_linkedCategories": [ - "publicationReference" - ] } } }