Fix JSON files linter issues in test/mocks/pnfsimulator
[integration.git] / test / mocks / pnfsimulator / pnfsimulator / templates / notification.json
index 5657a50..74888fb 100644 (file)
     "notificationFields": {
       "changeIdentifier": "PM_MEAS_FILES",
       "changeType": "FileReady",
-      "arrayOfNamedHashMap": [{
-        "name": "A20161221.1031-1041.bin.gz",
-        "hashMap": {
-          "fileformatType": "org.3GPP.32.435#measCollec",
-          "fileFormatVersion": "V10",
-          "location": "ftpes://192.169.0.1:22/ftp/rop/A20161224.1030-1045.bin.gz",
-          "compression": "gzip"
+      "arrayOfNamedHashMap": [
+        {
+          "name": "A20161221.1031-1041.bin.gz",
+          "hashMap": {
+            "fileformatType": "org.3GPP.32.435#measCollec",
+            "fileFormatVersion": "V10",
+            "location": "ftpes://192.169.0.1:22/ftp/rop/A20161224.1030-1045.bin.gz",
+            "compression": "gzip"
+          }
+        },
+        {
+          "name": "A20161222.1042-1102.bin.gz",
+          "hashMap": {
+            "fileFormatType": "org.3GPP.32.435#measCollec",
+            "fileFormatVersion": "V10",
+            "location": "ftpes://192.168.0.102:22/ftp/rop/A20161224.1045-1100.bin.gz",
+            "compression": "gzip"
+          }
         }
-      }, {
-        "name": "A20161222.1042-1102.bin.gz",
-        "hashMap": {
-          "fileFormatType": "org.3GPP.32.435#measCollec",
-          "fileFormatVersion": "V10",
-          "location": "ftpes://192.168.0.102:22/ftp/rop/A20161224.1045-1100.bin.gz",
-          "compression": "gzip"
-        }
-      }],
+      ],
       "notificationFieldsVersion": "2.0"
     }
-
   }
-}
\ No newline at end of file
+}