re base code
[sdc.git] / common / onap-common-configuration-management / onap-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                 "supportedEncryption": [
13                         "Base64",
14                         "MD5"
15                 ],
16                 "status": [
17                         "deleted",
18                         "Deleted"
19                 ],
20                 "persistLocation": "/opt/spool,${sys:user.home}/asdc",
21                 "jsonSchema": "@GeneratorList.json",
22                 "xmlSchema": "@${env:path}/myschema.json",
23                 "consumerAPPC": "${artifact.consumer}"
24         },
25         "_config": {
26                 "namespace": "JSONConfig"
27         }
28 }