aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/aggregatevnf_schema.json
blob: 03d56276d5c3c2e908c903a88681fc046cc80c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"mappings": {
		"default": {
			"dynamic_templates": [{
					"strings": {
						"match_mapping_type": "string",
						"match": "*",
						"mapping": {
							"type": "string",
							"index": "not_analyzed"
						}
					}
				}
			]
		}
	}
}