re base code
[sdc.git] / common / onap-common-configuration-management / onap-configuration-management-test / src / test / resources / JSONConfiguration / config.json
index 0538ba1..1bb4e33 100644 (file)
@@ -1,30 +1,28 @@
 {
-  "artifact": {
-    "name": {
-      "maxlength": "14",
-      "allowedChar": "a-zA-Z",
-      "allowedchar": "a-zA-Z"
-    },
-    "extension": [
-      "pdf",
-      "zip,xml"
-
-    ],
-    "supportedEncryption": [
-      "Base64",
-      "MD5"
-    ],
-    "status": [
-      "deleted",
-      "Deleted"
-    ],
-    "persistLocation": "/opt/spool,${sys:user.home}/asdc",
-    "jsonSchema": "@GeneratorList.json",
-    "xmlSchema": "@${env:path}/myschema.json",
-    "consumerAPPC": "${artifact.consumer}"
-
-  },
-  "_config": {
-    "namespace": "JSONConfig"
-  }
+       "artifact": {
+               "name": {
+                       "maxlength": "14",
+                       "allowedChar": "a-zA-Z",
+                       "allowedchar": "a-zA-Z"
+               },
+               "extension": [
+                       "pdf",
+                       "zip,xml"
+               ],
+               "supportedEncryption": [
+                       "Base64",
+                       "MD5"
+               ],
+               "status": [
+                       "deleted",
+                       "Deleted"
+               ],
+               "persistLocation": "/opt/spool,${sys:user.home}/asdc",
+               "jsonSchema": "@GeneratorList.json",
+               "xmlSchema": "@${env:path}/myschema.json",
+               "consumerAPPC": "${artifact.consumer}"
+       },
+       "_config": {
+               "namespace": "JSONConfig"
+       }
 }
\ No newline at end of file