summaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/DynamicConfiguration/config.json
blob: 7075a6a531edf975b7204539cb727eeb8b91383f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"artifact": {
		"name": {
			"minlength": "6"
		},
		"extension": "pdf,tgz,xls"
	},
	"_config": {
		"namespace": "DynamicConfiguration",
		"mergeStrategy": "union"
	}
}