aboutsummaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/GlobalAndNSConfig/config.json
blob: 26a5fcac0e193adedf84c43cd49e7805d6ec431b (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": {
		"mergeStrategy": "union",
		"namespace": "GlobalAndNSConfig"
	}
}