trailer_vote-fixtures 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +12 -12
  3. data/.npmignore +25 -25
  4. data/.travis.yml +69 -69
  5. data/Gemfile +6 -6
  6. data/Gemfile.lock +5 -5
  7. data/README.md +9 -9
  8. data/Rakefile +10 -10
  9. data/bin/console +14 -14
  10. data/bin/setup +8 -8
  11. data/lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1+json +23 -23
  12. data/lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.index+json +25 -25
  13. data/lib/trailer_vote/fixtures/application/vnd.trailervote.carousel.v1+json +9223 -9223
  14. data/lib/trailer_vote/fixtures/application/vnd.trailervote.client_configuration.v1+json +6 -6
  15. data/lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v1+json +23 -23
  16. data/lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v2+json +31 -31
  17. data/lib/trailer_vote/fixtures/application/vnd.trailervote.errors.v1+json +8 -8
  18. data/lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1+json +17 -17
  19. data/lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1.collection+json +22 -22
  20. data/lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1.create+json +6 -6
  21. data/lib/trailer_vote/fixtures/application/vnd.trailervote.feedback_listing.v1+json +63 -63
  22. data/lib/trailer_vote/fixtures/application/vnd.trailervote.interactive_player.v1+json +19 -19
  23. data/lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1+json +21 -21
  24. data/lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1.create+json +15 -15
  25. data/lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1.index+json +1162 -1162
  26. data/lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1+json +13 -13
  27. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1+json +19 -19
  28. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2+json +19 -19
  29. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1+json +68 -68
  30. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.index+json +19 -19
  31. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.lookup.v1+json +6 -6
  32. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1+json +89 -89
  33. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1.index+json +2821 -2821
  34. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2+json +97 -97
  35. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2.index+json +2821 -2821
  36. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1+json +36 -36
  37. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.index+json +39 -39
  38. data/lib/trailer_vote/fixtures/application/vnd.trailervote.products_listing.v1+json +14318 -14318
  39. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1+json +9 -0
  40. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v1+json +18 -0
  41. data/lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v1+json +538 -538
  42. data/lib/trailer_vote/fixtures/index.js +3 -3
  43. data/lib/trailer_vote/fixtures/main.mjs +9 -9
  44. data/lib/trailer_vote/fixtures/version.rb +5 -5
  45. data/lib/trailer_vote/fixtures.rb +15 -15
  46. data/package.json +17 -17
  47. data/ruby/README.md +37 -37
  48. data/trailer_vote-fixtures.gemspec +33 -33
  49. data/yarn.lock +33 -33
  50. metadata +5 -4
@@ -1,6 +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
- }
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
+ }
@@ -1,23 +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
- }
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
+ }
@@ -1,31 +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
- }
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
+ }
@@ -1,8 +1,8 @@
1
- {
2
- "errors": [
3
- {
4
- "message": "Product lookup did not return a product",
5
- "code": "Gxf413eb482deef440f00469efc6caaf46"
6
- }
7
- ]
8
- }
1
+ {
2
+ "errors": [
3
+ {
4
+ "message": "Product lookup did not return a product",
5
+ "code": "Gxf413eb482deef440f00469efc6caaf46"
6
+ }
7
+ ]
8
+ }
@@ -1,17 +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
- }
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
+ }
@@ -1,22 +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
- }
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
+ }
@@ -1,6 +1,6 @@
1
- {
2
- "feedback": {
3
- "persona": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
4
- "value": "positive"
5
- }
6
- }
1
+ {
2
+ "feedback": {
3
+ "persona": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
4
+ "value": "positive"
5
+ }
6
+ }
@@ -1,63 +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
- }
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
+ }
@@ -1,19 +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
- }
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
+ }
@@ -1,21 +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
- }
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
+ }
@@ -1,15 +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
- }
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
+ }