Add new appconfig for spring-boot sparky
[aai/test-config.git] / sparky / appconfig / schemas / autoSuggestMappings.json
1 {
2         "properties" : {
3                 "entity_suggest" : {
4                 "type" : "completion",
5                       "payloads" : true,
6                           "analyzer" : "custom_analyzer",
7                           "preserve_position_increments": false
8                 }
9         }
10 }