You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2022/05/03 17:40:47 UTC

[unomi] branch master updated: Quick typo fixes

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 81cfd7995 Quick typo fixes
81cfd7995 is described below

commit 81cfd7995a22c87a62e9fbc64760457909125aa5
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Tue May 3 19:40:41 2022 +0200

    Quick typo fixes
---
 services/src/main/resources/META-INF/cxs/schemas/profile.json | 2 +-
 services/src/main/resources/META-INF/cxs/schemas/session.json | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/services/src/main/resources/META-INF/cxs/schemas/profile.json b/services/src/main/resources/META-INF/cxs/schemas/profile.json
index 3bf8c81d9..e32eef5cb 100644
--- a/services/src/main/resources/META-INF/cxs/schemas/profile.json
+++ b/services/src/main/resources/META-INF/cxs/schemas/profile.json
@@ -11,7 +11,7 @@
   "properties": {
     "properties" : {
       "type" : "object",
-      "propertyTypes" : [ "profile" ],
+      "unomiPropertyTypes" : [ "profiles" ],
       "maxProperties": 50
     },
     "systemProperties" : {
diff --git a/services/src/main/resources/META-INF/cxs/schemas/session.json b/services/src/main/resources/META-INF/cxs/schemas/session.json
index 61d6fed20..8f7b7673b 100644
--- a/services/src/main/resources/META-INF/cxs/schemas/session.json
+++ b/services/src/main/resources/META-INF/cxs/schemas/session.json
@@ -17,6 +17,7 @@
     },
     "properties" : {
       "type" : "object",
+      "unomiPropertyTypes" : [ "sessions" ],
       "maxProperties": 50
     },
     "systemProperties" : {