You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/22 18:33:58 UTC

[kibble] branch master updated: even as an array, this needs to be of type string

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c67ab8c  even as an array, this needs to be of type string
c67ab8c is described below

commit c67ab8c4b2ce17dfef11f158f0555a6e24d77775
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Oct 22 20:33:50 2017 +0200

    even as an array, this needs to be of type string
    
    otherwise, ES will complain that it's non-null
---
 setup/mappings.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/mappings.json b/setup/mappings.json
index 374beb5..4b3046c 100644
--- a/setup/mappings.json
+++ b/setup/mappings.json
@@ -61,7 +61,7 @@
                     "index": "not_analyzed"
                 },
                 "organisations": {
-                    "type": "object"
+                    "type": "string"
                 },
                 "ownerships": {
                     "type": "string"

-- 
To stop receiving notification emails like this one, please contact
['"commits@kibble.apache.org" <co...@kibble.apache.org>'].