mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-11 12:12:55 +00:00
refactor: move indexable test files to separate folder
This commit is contained in:
48
test/resources/indexable/Video.2.json
Normal file
48
test/resources/indexable/Video.2.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"errorNames": [],
|
||||
"instance": {
|
||||
"type": "video",
|
||||
"uid": "2def52c8-f901-5b30-96fc-ba570a038508",
|
||||
"sameAs": "https://vimeo.com/1084537",
|
||||
"name": "Big Buck Bunny",
|
||||
"sources": [
|
||||
{
|
||||
"url": "https://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4",
|
||||
"mimeType": "video/mp4",
|
||||
"height": 240,
|
||||
"width": 320
|
||||
},
|
||||
{
|
||||
"url": "https://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_1080p_stereo.ogg",
|
||||
"mimeType": "video/ogg",
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
},
|
||||
{
|
||||
"url": "https://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_stereo.ogg",
|
||||
"mimeType": "video/ogg",
|
||||
"height": 480,
|
||||
"width": 854
|
||||
}
|
||||
],
|
||||
"duration": "PT9M57S",
|
||||
"thumbnails": [
|
||||
"https://peach.blender.org/wp-content/uploads/bbb-splash.png?x11217"
|
||||
],
|
||||
"actors": [
|
||||
{
|
||||
"type": "person",
|
||||
"uid": "540862f3-ea30-5b8f-8678-56b4dc217642",
|
||||
"name": "Big Buck Bunny",
|
||||
"givenName": "Big Buck",
|
||||
"familyName": "Bunny"
|
||||
}
|
||||
],
|
||||
"origin": {
|
||||
"indexed": "2018-09-11T12:30:00Z",
|
||||
"name": "Dummy",
|
||||
"type": "remote"
|
||||
}
|
||||
},
|
||||
"schema": "SCVideo"
|
||||
}
|
||||
Reference in New Issue
Block a user