summaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/CLIConfiguration/config.json
blob: 7809146439483b92ca4c7d4acf74904f2a503274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"artifact": {
		"name": {
			"minlength": "6",
			"maxlength": "14",
			"allowedChar": "a-zA-Z_0-9"
		},
		"consumer": "appc",
		"encoded": "true",
		"extension": "pdf",
		"supportedEncryption": "Base64",
		"status": "deleted"
	},
	"CLIImpl": {
		"testService": {
			"enable": "true",
			"implementationClass": "org.junit.Test"
		}
	},
	"_config": {
		"namespace": "OPENECOMP:CLIConfiguration"
	}
}