re base code
[sdc.git] / common / onap-common-configuration-management / onap-configuration-management-test / src / test / resources / DynamicConfiguration / config.json
1 {
2         "artifact": {
3                 "name": {
4                         "minlength": "6"
5                 },
6                 "extension": "pdf,tgz,xls"
7         },
8         "_config": {
9                 "namespace": "DynamicConfiguration",
10                 "mergeStrategy": "union"
11         }
12 }