diff options
author | toshrajbhardwaj <toshrajbhardwaj@gmail.com> | 2018-08-06 07:35:14 +0000 |
---|---|---|
committer | toshrajbhardwaj <tushar.bhardwaj@amdocs.com> | 2018-08-30 18:04:06 +0000 |
commit | f4fc1c626b33777d2ab6e340fa36d5827f7bcb1d (patch) | |
tree | b2ffe6aa2be462b8a36f1b49d7af6c787e020644 /kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/dynamicMappings.json | |
parent | 20bb5cdd606bbc65ef4bf13defef674d9f6934cf (diff) |
Apache2 License addition
Issue-ID: OOM-1306
Change-Id: I1a617718006ee845d675fead74ce075c3390ac2f
Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/dynamicMappings.json')
-rw-r--r-- | kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/dynamicMappings.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/dynamicMappings.json b/kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/dynamicMappings.json index 09a00acdf6..38f4ebc606 100644 --- a/kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/dynamicMappings.json +++ b/kubernetes/aai/charts/aai-sparky-be/resources/config/schemas/dynamicMappings.json @@ -1,14 +1,14 @@ -{ - "dynamic_templates": [ - { - "strings": { - "match_mapping_type": "string", - "match": "*", - "mapping": { - "type": "string", - "index": "not_analyzed" - } - } - } - ] +{
+ "dynamic_templates": [
+ {
+ "strings": {
+ "match_mapping_type": "string",
+ "match": "*",
+ "mapping": {
+ "type": "string",
+ "index": "not_analyzed"
+ }
+ }
+ }
+ ]
}
\ No newline at end of file |