[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / common / openecomp-common-configuration-management / openecomp-configuration-management-test / src / test / resources / JSONConfiguration / config-M.json
1 {
2
3   "artifact": {
4     "name": { "maxlength": "28" },
5     "maxsize": "1048576",
6     "extension": "gz,tgz",
7     "supportedencryption": "Base64",
8     "status": "deleted",
9     "mandatory": { "name": "true" }
10   },
11   "_config": {
12     "namespace": "JSONConfig",
13     "mergeStrategy": "merge"
14   }
15
16 }