re base code
[sdc.git] / common / onap-common-configuration-management / onap-configuration-management-test / src / test / resources / GlobalAndNSConfig / config.json
index e59e658..26a5fca 100644 (file)
@@ -1,10 +1,13 @@
 {
-  
-    "artifact": {
-      "name": { "minlength": "6" },
-      "maxsize": "1048",
-      "extension": "pdf,tgz,xls"
-    },
-    "_config": { "mergeStrategy": "union","namespace":"GlobalAndNSConfig" }
-  
+       "artifact": {
+               "name": {
+                       "minlength": "6"
+               },
+               "maxsize": "1048",
+               "extension": "pdf,tgz,xls"
+       },
+       "_config": {
+               "mergeStrategy": "union",
+               "namespace": "GlobalAndNSConfig"
+       }
 }
\ No newline at end of file