Process VNF event from spike
[aai/data-router.git] / src / main / resources / aggregatevnf_schema.json
diff --git a/src/main/resources/aggregatevnf_schema.json b/src/main/resources/aggregatevnf_schema.json
new file mode 100644 (file)
index 0000000..03d5627
--- /dev/null
@@ -0,0 +1,17 @@
+{
+       "mappings": {
+               "default": {
+                       "dynamic_templates": [{
+                                       "strings": {
+                                               "match_mapping_type": "string",
+                                               "match": "*",
+                                               "mapping": {
+                                                       "type": "string",
+                                                       "index": "not_analyzed"
+                                               }
+                                       }
+                               }
+                       ]
+               }
+       }
+}
\ No newline at end of file