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