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