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 2020/07/27 08:04:42 UTC

[unomi] 10/11: UNOMI-363 Fix mappings

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

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

commit d2b905f92159a9836dacd9fdde8b353d771f194b
Author: Serge Huber <sh...@apache.org>
AuthorDate: Tue Jul 21 13:32:46 2020 +0200

    UNOMI-363 Fix mappings
    
    (cherry picked from commit ff3558d726481ff04a40e241174b3529a25f1c78)
---
 .../core/src/main/resources/META-INF/cxs/mappings/profile.json   | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/profile.json b/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/profile.json
index 2911216..a484d91 100644
--- a/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/profile.json
+++ b/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/profile.json
@@ -39,15 +39,6 @@
     },
     "consents": {
       "properties": {
-        "scope": {
-          "type": "string"
-        },
-        "typeIdentifier": {
-          "type": "string"
-        },
-        "status": {
-          "type": "string"
-        },
         "statusDate": {
           "type": "date"
         },