aboutsummaryrefslogtreecommitdiffstats
path: root/common/openecomp-common-configuration-management/openecomp-configuration-management-test/src/test/resources/JSONConfiguration/config-U.json
blob: 05a7e2d7ff48ac906064ca2770def14cc0ea02ad (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "artifact": {
    "name": { "minlength": "6" },
    "maxsize": "1048",
    "extension": "pdf,tgz,xls"
  },
  "_config": {
    "namespace": "JSONConfig",
    "mergeStrategy": "union"
  }
}