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