Initial commit for AAI-UI(sparky-backend)
[aai/sparky-be.git] / src / test / resources / es_test_scripts / topographicalConfigSettings.json
1 {
2   "mappings": {
3     "default": {
4       "properties": {
5         "pkey": {
6           "type": "string"
7         },
8         "entityType": {
9           "type": "string"
10         },
11         "longitude": {
12           "type": "string"
13         },
14         "latitude": {
15           "type": "string"
16         },
17         "selfLink": {
18           "type": "string"
19         }
20       }
21     }
22
23   }
24 }