BpGen refactor Code Quality Issue-ID: DCAEGEN2-2502
[dcaegen2/platform.git] / mod / bpgenerator / onap / src / test / resources / policyjson / policyInput.json
index fb89e1a..4e413d1 100644 (file)
@@ -1,28 +1,28 @@
 {
-       "policies": [
-               {
-                       "configAttributes": "",
-               "configName": "",
-               "onapName": "DCAE",
-               "policyName": "DCAE.Config_*",
-               "unique": false
-               },
-               {
-                       "onapName": "DCAE",
-                       "policyName": "DCAE.Config_*",
-                       "unique": true
-               },
-               {
-                       "configAttributes": "",
-                       "configName": "",
-                       "onapName": "DCAE",
-                       "policyName": "DCAE.Config_*",
-                       "unique": false
-               }
-       ],
-       "policy": [
-               {
-                       "policy_id" : "id_0"
-               }
-       ]
+  "policies": [
+    {
+      "configAttributes": "",
+      "configName": "",
+      "onapName": "DCAE",
+      "policyName": "DCAE.Config_*",
+      "unique": false
+    },
+    {
+      "onapName": "DCAE",
+      "policyName": "DCAE.Config_*",
+      "unique": true
+    },
+    {
+      "configAttributes": "",
+      "configName": "",
+      "onapName": "DCAE",
+      "policyName": "DCAE.Config_*",
+      "unique": false
+    }
+  ],
+  "policy": [
+    {
+      "policy_id": "id_0"
+    }
+  ]
 }
\ No newline at end of file