From 5aee1324868bd3c2e918ec18cba9ad228b0fc8b6 Mon Sep 17 00:00:00 2001 From: Chris de Groot Date: Mon, 26 Nov 2018 13:30:09 -0500 Subject: [PATCH] Aligned with 0.9.8 --- schemas/context/identitymap.schema.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schemas/context/identitymap.schema.json b/schemas/context/identitymap.schema.json index a24a07355c..c353c92061 100644 --- a/schemas/context/identitymap.schema.json +++ b/schemas/context/identitymap.schema.json @@ -14,8 +14,10 @@ "description": "Defines a map containing a set of end user identities, keyed on either namespace integration code or the namespace ID of the identity. The values of the map are an array, meaning that more than one identity of each namespace may be carried.", "definitions": { "identitymap": { + "type": "object", "properties": { "xdm:identityMap": { + "type": "object", "meta:xdmType": "map", "additionalProperties": { "type": "array",