summaryrefslogtreecommitdiffstats
path: root/src/test/resources/es_test_scripts/topographicalConfigSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/es_test_scripts/topographicalConfigSettings.json')
-rw-r--r--src/test/resources/es_test_scripts/topographicalConfigSettings.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/test/resources/es_test_scripts/topographicalConfigSettings.json b/src/test/resources/es_test_scripts/topographicalConfigSettings.json
new file mode 100644
index 0000000..c9f5d5d
--- /dev/null
+++ b/src/test/resources/es_test_scripts/topographicalConfigSettings.json
@@ -0,0 +1,24 @@
+{
+ "mappings": {
+ "default": {
+ "properties": {
+ "pkey": {
+ "type": "string"
+ },
+ "entityType": {
+ "type": "string"
+ },
+ "longitude": {
+ "type": "string"
+ },
+ "latitude": {
+ "type": "string"
+ },
+ "selfLink": {
+ "type": "string"
+ }
+ }
+ }
+
+ }
+}