From 11d552217ee20452f935b9ea309c2bbdd9f2c3d2 Mon Sep 17 00:00:00 2001 From: cdegroot-adobe Date: Wed, 11 Jul 2018 12:48:48 -0400 Subject: [PATCH] Added the iptc4xmpExt tot eh other field --- schemas/common/extensible.schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schemas/common/extensible.schema.json b/schemas/common/extensible.schema.json index d738baf9e7..0cdcfeb8a5 100644 --- a/schemas/common/extensible.schema.json +++ b/schemas/common/extensible.schema.json @@ -46,6 +46,7 @@ "^activitystreams:.*$": {}, "^schema:.*$": {}, "^repo:.*$": {}, + "^iptc4xmpExt:.*$": {}, ".+://.+": {}, "@.*": {} }, @@ -196,6 +197,11 @@ "type": "string", "format": "url", "const": "http://ns.adobe.com/adobecloud/core/1.0/" + }, + "iptc4xmpExt": { + "type": "string", + "format": "url", + "const": "http://iptc.org/std/Iptc4xmpExt/1.1/" } }, "additionalProperties": false, @@ -231,6 +237,7 @@ "^activitystreams:.*$": {}, "^schema:.*$": {}, "^repo:.*$": {}, + "^iptc4xmpExt:.*$": {}, ".+://.+": {} }, "required": ["@context"],