summaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/JSONConfiguration/config.json
blob: bfbd13f1a9859685a8dacee5caa8151fd3609e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
	"artifact": {
		"name": {
			"maxlength": "14",
			"allowedChar": "a-zA-Z",
			"allowedchar": "a-zA-Z"
		},
		"extension": [
			"pdf",
			"zip,xml"
		],
		"supportedEncryption": [
			"Base64",
			"MD5"
		],
		"status": [
			"deleted",
			"Deleted"
		],
		"persistLocation": "/opt/spool,${sys:user.home}/asdc",
		"jsonSchema": "@GeneratorList.json",
		"xmlSchema": "@${env:PATH}/myschema.json",
		"consumerAPPC": "${artifact.consumer}"
	},
	"_config": {
		"namespace": "JSONConfig"
	}
}