From 216f04b56aedb5e84f8d515df1ca7ce8e8b19714 Mon Sep 17 00:00:00 2001 From: Tarje Lavik Date: Mon, 29 Jun 2026 10:00:46 +0200 Subject: [PATCH 1/2] Fix old draft-07 schema in 2020 schema --- schema/core.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/schema/core.json b/schema/core.json index 58a32c9..59f2c96 100644 --- a/schema/core.json +++ b/schema/core.json @@ -1372,12 +1372,10 @@ { "title": "Linked Art with Extensions", "type": "array", - "items": [ - { - "type": "string", - "format": "uri" - } - ] + "items": { + "type": "string", + "format": "uri" + } } ] }, From 2e6981fcee9e8c34e48e89ba5d4201bfc1dfc725 Mon Sep 17 00:00:00 2001 From: Tarje Lavik Date: Tue, 30 Jun 2026 10:04:14 +0200 Subject: [PATCH 2/2] Remove duplicate 'referred_to_by' property from core schema --- schema/core.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/schema/core.json b/schema/core.json index 59f2c96..bf64011 100644 --- a/schema/core.json +++ b/schema/core.json @@ -438,9 +438,6 @@ "language": { "$ref": "#/$defs/languageProp" }, - "referred_to_by": { - "$ref": "#/$defs/referred_to_byProp" - }, "part": { "description": "A list of one or more `Name` structures, which are parts of this `Name`", "type": "array",