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