ActivitySpec - Correcting logger messages
[sdc.git] / common / onap-common-configuration-management / onap-configuration-management-test / src / test / resources / JSONConfiguration / config-U.json
1 {
2   "artifact": {
3     "name": { "minlength": "6" },
4     "maxsize": "1048",
5     "extension": "pdf,tgz,xls"
6   },
7   "_config": {
8     "namespace": "JSONConfig",
9     "mergeStrategy": "union"
10   }
11 }