aboutsummaryrefslogtreecommitdiffstats
path: root/common/openecomp-common-configuration-management/openecomp-configuration-management-test/src/test/resources/JSONConfiguration/config-M.json
blob: 9c335724bcf0cc92b595af309ab58d785eef3fe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{

  "artifact": {
    "name": { "maxlength": "28" },
    "maxsize": "1048576",
    "extension": "gz,tgz",
    "supportedencryption": "Base64",
    "status": "deleted",
    "mandatory": { "name": "true" }
  },
  "_config": {
    "namespace": "JSONConfig",
    "mergeStrategy": "merge"
  }

}