diff options
Diffstat (limited to 'src/main/resources/aggregatevnf_schema.json')
-rw-r--r-- | src/main/resources/aggregatevnf_schema.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/resources/aggregatevnf_schema.json b/src/main/resources/aggregatevnf_schema.json new file mode 100644 index 0000000..03d5627 --- /dev/null +++ b/src/main/resources/aggregatevnf_schema.json @@ -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 |