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