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