You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2022/08/17 16:10:51 UTC

[unomi] 01/01: UNOMI-639: fix consent schema

This is an automated email from the ASF dual-hosted git repository.

jkevan pushed a commit to branch fixConsentSchema
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 85568a060e419c699163ee05487f94709bff4a2a
Author: Kevan <ke...@jahia.com>
AuthorDate: Wed Aug 17 18:10:34 2022 +0200

    UNOMI-639: fix consent schema
---
 .../META-INF/cxs/schemas/events/modifyConsent/modifyConsent.json        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/events/modifyConsent/modifyConsent.json b/extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/events/modifyConsent/modifyConsent.json
index ecd26b8aa..1bdce8789 100644
--- a/extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/events/modifyConsent/modifyConsent.json
+++ b/extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/events/modifyConsent/modifyConsent.json
@@ -19,7 +19,7 @@
         "$ref" : "https://unomi.apache.org/schemas/json/items/page/1-0-0"
     },
     "target" : {
-        "$ref" : "https://unomi.apache.org/schemas/json/consent/1-0-0"
+        "$ref" : "https://unomi.apache.org/schemas/json/item/1-0-0"
     }
   },
   "unevaluatedProperties" : false