re base code
[sdc.git] / common / onap-common-configuration-management / onap-configuration-management-test / src / test / resources / FallbackToGlobalNS / config.json
index 6f3d68a..165e318 100644 (file)
@@ -1,9 +1,12 @@
 {
-
-    "artifact": {
-      "name": { "minlength": "6" },
-      "extension": "pdf,tgz,xls"
-    },
-    "_config":{"namespace": "FallbackToGlobalNS" , "mergeStrategy": "union"}
-
+       "artifact": {
+               "name": {
+                       "minlength": "6"
+               },
+               "extension": "pdf,tgz,xls"
+       },
+       "_config": {
+               "namespace": "FallbackToGlobalNS",
+               "mergeStrategy": "union"
+       }
 }
\ No newline at end of file