trailer_vote-fixtures 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +8 -0
  3. data/.travis.yml +7 -0
  4. data/Gemfile +6 -0
  5. data/Gemfile.lock +36 -0
  6. data/README.md +37 -0
  7. data/Rakefile +10 -0
  8. data/bin/console +14 -0
  9. data/bin/setup +8 -0
  10. data/lib/trailer_vote/fixtures.rb +15 -0
  11. data/lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1+json +23 -0
  12. data/lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.index+json +25 -0
  13. data/lib/trailer_vote/fixtures/application/vnd.trailervote.carousel.v1+json +9223 -0
  14. data/lib/trailer_vote/fixtures/application/vnd.trailervote.client_configuration.v1+json +6 -0
  15. data/lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v1+json +23 -0
  16. data/lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v2+json +31 -0
  17. data/lib/trailer_vote/fixtures/application/vnd.trailervote.errors.v1+json +8 -0
  18. data/lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1+json +17 -0
  19. data/lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1.collection+json +22 -0
  20. data/lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1.create+json +6 -0
  21. data/lib/trailer_vote/fixtures/application/vnd.trailervote.feedback_listing.v1+json +63 -0
  22. data/lib/trailer_vote/fixtures/application/vnd.trailervote.interactive_player.v1+json +19 -0
  23. data/lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1+json +21 -0
  24. data/lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1.create+json +15 -0
  25. data/lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1+json +13 -0
  26. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1+json +19 -0
  27. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2+json +19 -0
  28. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1+json +68 -0
  29. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.index+json +19 -0
  30. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.lookup.v1+json +6 -0
  31. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1+json +89 -0
  32. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1.index+json +2821 -0
  33. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2+json +97 -0
  34. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2.index+json +2821 -0
  35. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1+json +36 -0
  36. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.index+json +39 -0
  37. data/lib/trailer_vote/fixtures/application/vnd.trailervote.products_listing.v1+json +14318 -0
  38. data/lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v1+json +538 -0
  39. data/lib/trailer_vote/fixtures/version.rb +5 -0
  40. data/trailer_vote-fixtures.gemspec +31 -0
  41. metadata +166 -0
@@ -0,0 +1,6 @@
1
+ {
2
+ "configuration": {
3
+ "persona": "https://fake.trailervote.com/api/personas/aad2a2f-84e9-4b33-a718-8095262def9a",
4
+ "place": "https://fake.trailervote.com/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
5
+ }
6
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "configuration": {
3
+ "_links": {
4
+ "place": {
5
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
6
+ },
7
+ "products": {
8
+ "href": "https://fake.trailervote.com/api/products"
9
+ },
10
+ "persona": {
11
+ "href": "https://fake.trailervote.com:/api/personas/{uuid}",
12
+ "templated": true
13
+ },
14
+ "analytics": {
15
+ "href": "https://fake.trailervote.influxcloud.net:8086/analytics"
16
+ },
17
+ "feedback": {
18
+ "href": "https://fake.trailervote.com:/api/personas/{uuid}/feedback",
19
+ "templated": true
20
+ }
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "configuration": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "https://fake.trailervote.com/api"
6
+ },
7
+ "place": {
8
+ "href": "https://fake.trailervote.com/api/places/8f43eecb-6564-4f0f-a415-c0d4ea7b2742"
9
+ },
10
+ "products": {
11
+ "href": "https://fake.trailervote.com/api/products"
12
+ },
13
+ "product_lookup": {
14
+ "href": "https://fake.trailervote.com/api/products/lookup"
15
+ },
16
+ "analytics": {
17
+ "href": "https://fake.analytics.trailervote.com:8086/analytics"
18
+ },
19
+ "telemetrics": {
20
+ "href": "https://fake.analytics.trailervote.com:8086/metrics"
21
+ },
22
+ "persona": {
23
+ "href": "https://fake.trailervote.com/api/personas/{uuid}",
24
+ "templated": true
25
+ },
26
+ "issues": {
27
+ "href": "https://fake.trailervote.com/api/issues"
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "errors": [
3
+ {
4
+ "message": "Product lookup did not return a product",
5
+ "code": "Gxf413eb482deef440f00469efc6caaf46"
6
+ }
7
+ ]
8
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "feedback": {
3
+ "value": "positive",
4
+ "updated_at": "2018-10-03T20:34:43.092Z",
5
+ "_links": {
6
+ "audio_fragment": {
7
+ "href": "https://fake.trailervote.com:/api/audio-fragments/12207087101629f7058caf83da9008147de89d1cc82df9d8d8512c34726c1c32528b"
8
+ },
9
+ "product": {
10
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3"
11
+ },
12
+ "persona": {
13
+ "href": "https://fake.trailervote.com:/api/personas/aad2a2f-84e9-4b33-a718-8095262def9a"
14
+ }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "feedback": {
3
+ "_embedded": [
4
+ {
5
+ "value": "skip",
6
+ "updated_at": "2018-09-20T14:21:48.031Z",
7
+ "_links": {
8
+ "audio_fragment": {
9
+ "href": "https://fake.trailervote.com:/api/audio-fragments/12207087101629f7058caf83da9008147de89d1cc82df9d8d8512c34726c1c32528b"
10
+ },
11
+ "product": {
12
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3"
13
+ },
14
+ "persona": {
15
+ "href": "https://fake.trailervote.com:/api/personas/aad2a2f-84e9-4b33-a718-8095262def9a"
16
+ }
17
+ }
18
+ }
19
+ ],
20
+ "_links": {}
21
+ }
22
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "feedback": {
3
+ "persona": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
4
+ "value": "positive"
5
+ }
6
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "feedback_listing": {
3
+ "items": [
4
+ {
5
+ "value": "positive",
6
+ "updated_at": "2018-10-03T20:34:43.092Z",
7
+ "_links": {
8
+ "audio_fragment": {
9
+ "href": "https://fake.trailervote.com:/api/audio-fragments/12207087101629f7058caf83da9008147de89d1cc82df9d8d8512c34726c1c32528b"
10
+ },
11
+ "product": {
12
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3"
13
+ },
14
+ "persona": {
15
+ "href": "https://fake.trailervote.com:/api/personas/aad2a2f-84e9-4b33-a718-8095262def9a"
16
+ },
17
+ "feedback": {
18
+ "href": "https://fake.trailervote.com:/api/audio-fragments/12207087101629f7058caf83da9008147de89d1cc82df9d8d8512c34726c1c32528b/feedback"
19
+ },
20
+ "interactive_player": {
21
+ "href": "https://fake.trailervote.com/interactive-player/aHR0cHM6Ly9zdGFnaW5nLnRyYWlsZXJ2b3RlLmNvbTovYXBpL2F1ZGlvLWZyYWdtZW50cy8xMjIwNzA4NzEwMTYyOWY3MDU4Y2FmODNkYTkwMDgxNDdkZTg5ZDFjYzgyZGY5ZDhkODUxMmMzNDcyNmMxYzMyNTI4Yg=="
22
+ }
23
+ },
24
+ "title": "Mission: Impossible - Fallout",
25
+ "image": {
26
+ "_embedded": {
27
+ "_links": {
28
+ "self": {
29
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/images/b32f9c57-8e2d-40cb-b473-57b5d5567401"
30
+ },
31
+ "original": {
32
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/1220f7f4e0be919563055a78fd2529d3fa75ef84bf6bed101d6a64bfc581a1f9456f"
33
+ },
34
+ "thumbnail": {
35
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/1220cf143c660229af911a35d84aa6174becc280e19433cc73764623c0f4a18a4511"
36
+ },
37
+ "xlarge": {
38
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/12201ddf54d47e781f9b000979499d4f677b474e530d395789daa858fae7e887df70"
39
+ },
40
+ "large": {
41
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/122014839ced962899b2b11d6625ab9b0d78498f04e6627f6157cf5ac552fd74e0e6"
42
+ },
43
+ "medium": {
44
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/12200232fc0ddbdff2a8f0aa9e9612532dec37e79f71d3f70eaf4b4a955f5ee6660c"
45
+ },
46
+ "small": {
47
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/122001f012110c644ee76581ee3a86be06ceae9bd39fd3cc49bad9836fa0012dd2d9"
48
+ },
49
+ "xsmall": {
50
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/1220064545248222d2cd1810e35556c5a50e4d0b5cfbef772a77045d5a1e8e1e45f5"
51
+ }
52
+ }
53
+ }
54
+ }
55
+ }
56
+ ],
57
+ "_links": {
58
+ "self": {
59
+ "href": "https://fake.trailervote.com/feedback-listing?persona=https%3A%2F%2Ffake.trailervote.com%2Fapi%2Fpersonas%2Faad2a2f-84e9-4b33-a718-8095262def9a"
60
+ }
61
+ }
62
+ }
63
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "interactive_player": {
3
+ "title": "(unknown)",
4
+ "_links": {
5
+ "self": {
6
+ "href": "https://fake.trailervote.com/interactive-player/aHR0cHM6Ly9zdGFnaW5nLnRyYWlsZXJ2b3RlLmNvbTovYXBpL3Byb2R1Y3RzL2M1NjY5NjRlLWQ0NmUtNGE4ZS05NmE2LTEwMmRmNGMzNWQxNy92aWRlb3MvNmY4OWIzYjctYWM5MC00ZGNmLTgwNDYtOTE2NGUxZGYwMjQ4"
7
+ },
8
+ "advert": {
9
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220469bf11b2135ca1c208813ba77a1fa886807b89cd0de6238f666821f3c7df55a/advert"
10
+ },
11
+ "direct": {
12
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/1220469bf11b2135ca1c208813ba77a1fa886807b89cd0de6238f666821f3c7df55a"
13
+ },
14
+ "product": {
15
+ "href": "https://fake.trailervote.com:/api/products/c566964e-d46e-4a8e-96a6-102df4c35d17"
16
+ }
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "issue": {
3
+ "error_name": "ConflictingIdentifiers",
4
+ "error_message": "Command failed when ingesting movie because of Conflicting Identifiers",
5
+ "rescue_context": {
6
+ "caller": "TMDb::Ingestion::IngestMovieJob",
7
+ "args": {
8
+ "movie": {
9
+ "id": "12345",
10
+ "title": "The Testing Movie"
11
+ }
12
+ }
13
+ },
14
+ "updated_at": "2018-10-03T20:34:43.092Z",
15
+ "_links": {
16
+ "self": {
17
+ "href": "https://fake.trailervote.com/api/issues/23403a0a-24f7-457d-945e-c6d27e04c73f"
18
+ }
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "issue": {
3
+ "error_name": "ConflictingIdentifiers",
4
+ "error_message": "Command failed when ingesting movie because of Conflicting Identifiers",
5
+ "rescue_context": {
6
+ "caller": "TMDb::Ingestion::IngestMovieJob",
7
+ "args": {
8
+ "movie": {
9
+ "id": "12345",
10
+ "title": "The Testing Movie"
11
+ }
12
+ }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "persona": {
3
+ "id": "3fabf985-9742-4126-93c2-0fff8e18e9e1",
4
+ "_links": {
5
+ "self": {
6
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1"
7
+ },
8
+ "feedback": {
9
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1/feedback"
10
+ }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "place": {
3
+ "name": "The World",
4
+ "parent_place": null,
5
+ "expires_at": null,
6
+ "updated_at": "2018-06-06T00:48:18.195Z",
7
+ "_links": {
8
+ "self": {
9
+ "href": "https://fake.trailervote.com/api/places/23403a0a-24f7-457d-945e-c6d27e04c73f"
10
+ },
11
+ "products": {
12
+ "href": "https://fake.trailervote.com/api/places/23403a0a-24f7-457d-945e-c6d27e04c73f/products"
13
+ },
14
+ "parent": {
15
+ "href": null
16
+ }
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "place": {
3
+ "name": "AMC Theatres",
4
+ "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
5
+ "expires_at": null,
6
+ "updated_at": "2018-05-23T02:59:45.903Z",
7
+ "_links": {
8
+ "self": {
9
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
10
+ },
11
+ "products_archive": {
12
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
13
+ },
14
+ "parent": {
15
+ "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
16
+ }
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "product_image": {
3
+ "updated_at": "2018-07-12T15:00:46.384Z",
4
+ "source_url": "https://s3.amazonaws.com/fake.trailervote.com/12207f39faf876001ae9eb95e38a6b90cd01838753fd501d094a770419ca403c681e",
5
+ "data": {
6
+ "tmdb": {
7
+ "width": 3840,
8
+ "height": 2160,
9
+ "file_path": "/6ELJEzQJ3Y45HczvreC3dg0GV5R.jpg",
10
+ "iso_639_1": null,
11
+ "vote_count": 15,
12
+ "aspect_ratio": 1.777777777777778,
13
+ "vote_average": 5.458
14
+ },
15
+ "type": "backdrop",
16
+ "processed": true
17
+ },
18
+ "identifier": "1220be5d093b9455e054c2afaa8c597b9e7daaf629777309d6541c0f51e567512d01",
19
+ "_links": {
20
+ "self": {
21
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004",
22
+ "type": "backdrop"
23
+ },
24
+ "original": {
25
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/12207f39faf876001ae9eb95e38a6b90cd01838753fd501d094a770419ca403c681e",
26
+ "content_digest": "12207f39faf876001ae9eb95e38a6b90cd01838753fd501d094a770419ca403c681e",
27
+ "width": 3840,
28
+ "height": 2160
29
+ },
30
+ "thumbnail": {
31
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/1220559187153b45e8f8c7656ae1d7e13910aa70a59c056f17fb02be5664175d2304",
32
+ "content_digest": "1220559187153b45e8f8c7656ae1d7e13910aa70a59c056f17fb02be5664175d2304",
33
+ "width": 150,
34
+ "height": 150
35
+ },
36
+ "xlarge": {
37
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/12204cd63cec9c9f4baf234963a64eb5606e7214f395b338ed60ea6bba4244c90beb",
38
+ "content_digest": "12204cd63cec9c9f4baf234963a64eb5606e7214f395b338ed60ea6bba4244c90beb",
39
+ "width": 1600,
40
+ "height": 900
41
+ },
42
+ "large": {
43
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/1220dfec7077810eb20b51545240880418124daabb694af2e6e7f075101c9724b38f",
44
+ "content_digest": "1220dfec7077810eb20b51545240880418124daabb694af2e6e7f075101c9724b38f",
45
+ "width": 1024,
46
+ "height": 576
47
+ },
48
+ "medium": {
49
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/12206b6cd43ffb8209579f6d25556ac470deec9a354fcdfe29e2d8781619cf5308d4",
50
+ "content_digest": "12206b6cd43ffb8209579f6d25556ac470deec9a354fcdfe29e2d8781619cf5308d4",
51
+ "width": 960,
52
+ "height": 540
53
+ },
54
+ "small": {
55
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/1220ed693d66ff7caa5f96b6ac633f8d475721cbfb15b5fa7b95d5c558017df71bb9",
56
+ "content_digest": "1220ed693d66ff7caa5f96b6ac633f8d475721cbfb15b5fa7b95d5c558017df71bb9",
57
+ "width": 640,
58
+ "height": 360
59
+ },
60
+ "xsmall": {
61
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/1220d526c82cc435a00682fb712fa43150f2555f3ac875e848f1a705708f81219712",
62
+ "content_digest": "1220d526c82cc435a00682fb712fa43150f2555f3ac875e848f1a705708f81219712",
63
+ "width": 320,
64
+ "height": 180
65
+ }
66
+ }
67
+ }
68
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "product_images": {
3
+ "_index": [
4
+ {
5
+ "href": "https://fake.trailervote.com:/api/products/1102d212-28f1-4900-8eb7-026ff40e4f4a/images/d226c3d8-4ad7-43ec-9f87-8e7da7b0b67f",
6
+ "type": "backdrop"
7
+ },
8
+ {
9
+ "href": "https://fake.trailervote.com:/api/products/1102d212-28f1-4900-8eb7-026ff40e4f4a/images/a4d166ab-aed1-44f8-9ab6-6c61bbed0a6f",
10
+ "type": "poster"
11
+ },
12
+ {
13
+ "href": "https://fake.trailervote.com:/api/products/1102d212-28f1-4900-8eb7-026ff40e4f4a/images/6dc79fc0-78d2-4159-bbac-dc598f31bc9e",
14
+ "type": "backdrop"
15
+ }
16
+ ],
17
+ "_links": {}
18
+ }
19
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "product_identifiers": [
3
+ { "authority": "tmdb", "identifier": "284054" },
4
+ { "authority": "imdb", "identifier": "tt1825683" }
5
+ ]
6
+ }
@@ -0,0 +1,89 @@
1
+ {
2
+ "product": {
3
+ "name": "Mission: Impossible - Fallout",
4
+ "description": "The best intentions often come back to haunt you. MISSION: IMPOSSIBLE - FALLOUT finds Ethan Hunt (Tom Cruise) and his IMF team (Alec Baldwin, Simon Pegg, Ving Rhames) along with some familiar allies (Rebecca Ferguson, Michelle Monaghan) in a race against time after a mission gone wrong. Henry Cavill, Angela Bassett, and Vanessa Kirby also join the dynamic cast with filmmaker Christopher McQuarrie returning to the helm.",
5
+ "updated_at": "2018-09-24T13:00:10.472Z",
6
+ "lock_version": 80,
7
+ "raw_data": {},
8
+ "data": {
9
+ "amc": {
10
+ "type": "movie",
11
+ "type_version": 1,
12
+ "genres": [
13
+ "ACTION"
14
+ ],
15
+ "mpaa_rating": "PG13",
16
+ "run_time": 147,
17
+ "release_date": "2018-07-27T00:00:00Z",
18
+ "default_image_url": "https://cdn.amctheatres.com/production/2/movies/52500/52452/PosterDynamic/43930.jpg",
19
+ "name": "Mission: Impossible - Fallout",
20
+ "description": "The best intentions often come back to haunt you. MISSION: IMPOSSIBLE - FALLOUT finds Ethan Hunt (Tom Cruise) and his IMF team (Alec Baldwin, Simon Pegg, Ving Rhames) along with some familiar allies (Rebecca Ferguson, Michelle Monaghan) in a race against time after a mission gone wrong. Henry Cavill, Angela Bassett, and Vanessa Kirby also join the dynamic cast with filmmaker Christopher McQuarrie returning to the helm."
21
+ },
22
+ "tmdb": {
23
+ "type": "movie",
24
+ "type_version": 1,
25
+ "genres": [
26
+ "adventure",
27
+ "action",
28
+ "thriller"
29
+ ],
30
+ "mpaa_rating": {
31
+ "iso_3166_1": "US",
32
+ "release_dates": [
33
+ {
34
+ "note": "",
35
+ "type": 3,
36
+ "iso_639_1": "",
37
+ "release_date": "2018-07-27T00:00:00.000Z",
38
+ "certification": "PG-13"
39
+ }
40
+ ]
41
+ },
42
+ "run_time": 147,
43
+ "release_date": "2018-07-25",
44
+ "default_image_url": "https://image.tmdb.org/t/p/original/AkJQpZp9WoNdj7pLYSj1L0RcMMN.jpg",
45
+ "name": "Mission: Impossible - Fallout",
46
+ "description": "When an IMF mission ends badly, the world is faced with dire consequences. As Ethan Hunt takes it upon himself to fulfill his original briefing, the CIA begin to question his loyalty and his motives. The IMF team find themselves in a race against time, hunted by assassins while trying to prevent a global catastrophe."
47
+ }
48
+ },
49
+ "product_identifiers": [
50
+ {
51
+ "authority": "amc",
52
+ "identifier": "52452"
53
+ },
54
+ {
55
+ "authority": "movie:year:title",
56
+ "identifier": "movie:2018:mission impossible fallout"
57
+ },
58
+ {
59
+ "authority": "wwm",
60
+ "identifier": "266130"
61
+ },
62
+ {
63
+ "authority": "imdb",
64
+ "identifier": "tt4912910"
65
+ },
66
+ {
67
+ "authority": "tmdb",
68
+ "identifier": "353081"
69
+ }
70
+ ],
71
+ "_links": {
72
+ "self": {
73
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3"
74
+ },
75
+ "images": {
76
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/images"
77
+ },
78
+ "videos": {
79
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/videos"
80
+ },
81
+ "places": {
82
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/places"
83
+ },
84
+ "audio_fragments": {
85
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/audio-fragments"
86
+ }
87
+ }
88
+ }
89
+ }