Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / migrate_plus / tests / data / missing_properties.json
1 [
2   {
3     "id": "1",
4     "title": "Title",
5     "video": {
6       "title": "Video title",
7       "url": "https://localhost/"
8     }
9   },
10   {
11     "id": "2",
12     "video": {
13       "title": "Video title",
14       "url": "https://localhost/"
15     }
16   },
17   {
18     "id": "3",
19     "title": "Title 3"
20   }
21 ]