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 2021/05/20 09:57:28 UTC

[unomi] branch master updated: Fix login event type

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 78d700f  Fix login event type
78d700f is described below

commit 78d700fb07bcfb1aa7ab1726582a47bf428d541a
Author: Shir <sb...@yotpo.com>
AuthorDate: Mon Jul 20 10:28:44 2020 +0200

    Fix login event type
---
 .../main/resources/META-INF/cxs/events/login.json  | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/services/src/main/resources/META-INF/cxs/events/login.json b/services/src/main/resources/META-INF/cxs/events/login.json
index 36f5bc5..8d146c7 100644
--- a/services/src/main/resources/META-INF/cxs/events/login.json
+++ b/services/src/main/resources/META-INF/cxs/events/login.json
@@ -2,6 +2,36 @@
   "type": "login",
   "propertyTypes": [
     {
+      "itemId" : "source",
+      "type": "set",
+      "childPropertyTypes" : [
+        {
+          "itemId" : "itemId",
+          "type" : "string"
+        },
+        {
+          "itemId" : "itemType",
+          "type" : "string"
+        },
+        {
+          "itemId" : "scope",
+          "type" : "string"
+        },
+        {
+          "itemId" : "properties",
+          "type" : "set"
+        },
+        {
+          "itemId": "version",
+          "type": "long"
+        },
+        {
+          "itemId": "systemMetadata",
+          "type": "set"
+        }
+      ]
+    },
+    {
       "itemId": "target",
       "type": "set",
       "childPropertyTypes": [