Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / migrate_plus / tests / data / missing_properties.json
diff --git a/web/modules/contrib/migrate_plus/tests/data/missing_properties.json b/web/modules/contrib/migrate_plus/tests/data/missing_properties.json
new file mode 100644 (file)
index 0000000..59b7d6a
--- /dev/null
@@ -0,0 +1,21 @@
+[
+  {
+    "id": "1",
+    "title": "Title",
+    "video": {
+      "title": "Video title",
+      "url": "https://localhost/"
+    }
+  },
+  {
+    "id": "2",
+    "video": {
+      "title": "Video title",
+      "url": "https://localhost/"
+    }
+  },
+  {
+    "id": "3",
+    "title": "Title 3"
+  }
+]