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