Add missing distributionManagement section to poms
[aai/search-data-service.git] / search-data-service-app / src / test / resources / json / dynamicIndex.json
1 {
2   "mappings": {
3     "dynamic_templates": [{
4       "strings": {
5         "match_mapping_type": "string",
6         "match": "*",
7         "mapping": {
8           "type": "string",
9           "index": "not_analyzed"
10         }
11       }
12     }
13     ]
14   }
15
16
17 }