Files
farmOS-dev/web/modules/migrate_plus/tests/data/missing_properties.json
2024-12-10 15:08:16 +01:00

22 lines
290 B
JSON

[
{
"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"
}
]