Add new appconfig for spring-boot sparky
[aai/test-config.git] / sparky / appconfig / schemas / dynamicMappings.json
1 {
2   "dynamic_templates": [
3         {
4           "strings": {
5                 "match_mapping_type": "string",
6                 "match": "*",
7                 "mapping": {
8                   "type": "string",
9                   "index": "not_analyzed"
10                 }
11           }
12         }
13   ]
14 }