mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
feat: add core
This commit is contained in:
50
test/resources/Video.2.json
Normal file
50
test/resources/Video.2.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"validationErrorNames": [],
|
||||
"scData": {
|
||||
"type": "video",
|
||||
"uid": "540862f3-ea30-5b8f-8678-56b4dc217642",
|
||||
"url": "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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"origin": {
|
||||
"indexed": "2018-09-11T12:30:00Z",
|
||||
"name": "Dummy"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user