contentful 2.16.0 → 2.16.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (147) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/lib/contentful/version.rb +1 -1
  4. metadata +3 -370
  5. data/.gitignore +0 -7
  6. data/.rspec +0 -1
  7. data/.rubocop.yml +0 -31
  8. data/.rubocop_todo.yml +0 -35
  9. data/.travis.yml +0 -15
  10. data/.yardopts +0 -4
  11. data/Gemfile +0 -9
  12. data/Guardfile +0 -24
  13. data/RELEASE.md +0 -8
  14. data/Rakefile +0 -33
  15. data/contentful.gemspec +0 -44
  16. data/examples/custom_classes.rb +0 -39
  17. data/examples/example_queries.rb +0 -26
  18. data/examples/raise_errors.rb +0 -20
  19. data/examples/raw_mode.rb +0 -14
  20. data/spec/array_spec.rb +0 -187
  21. data/spec/asset_spec.rb +0 -220
  22. data/spec/auto_includes_spec.rb +0 -12
  23. data/spec/client_class_spec.rb +0 -86
  24. data/spec/client_configuration_spec.rb +0 -394
  25. data/spec/content_type_spec.rb +0 -49
  26. data/spec/deleted_asset_spec.rb +0 -38
  27. data/spec/deleted_entry_spec.rb +0 -38
  28. data/spec/entry_spec.rb +0 -815
  29. data/spec/error_class_spec.rb +0 -327
  30. data/spec/error_requests_spec.rb +0 -87
  31. data/spec/field_spec.rb +0 -95
  32. data/spec/file_spec.rb +0 -33
  33. data/spec/fixtures/json_responses/400_details_errors_object.json +0 -14
  34. data/spec/fixtures/json_responses/400_details_errors_string.json +0 -12
  35. data/spec/fixtures/json_responses/400_details_string.json +0 -8
  36. data/spec/fixtures/json_responses/403_reasons.json +0 -13
  37. data/spec/fixtures/json_responses/404_details_string.json +0 -8
  38. data/spec/fixtures/json_responses/404_id.json +0 -11
  39. data/spec/fixtures/json_responses/404_sys_type.json +0 -12
  40. data/spec/fixtures/json_responses/404_type.json +0 -10
  41. data/spec/fixtures/json_responses/content_type.json +0 -83
  42. data/spec/fixtures/json_responses/default_400.json +0 -7
  43. data/spec/fixtures/json_responses/default_401.json +0 -7
  44. data/spec/fixtures/json_responses/default_403.json +0 -7
  45. data/spec/fixtures/json_responses/default_404.json +0 -7
  46. data/spec/fixtures/json_responses/default_429.json +0 -7
  47. data/spec/fixtures/json_responses/default_500.json +0 -7
  48. data/spec/fixtures/json_responses/default_502.json +0 -7
  49. data/spec/fixtures/json_responses/default_503.json +0 -7
  50. data/spec/fixtures/json_responses/includes.json +0 -111
  51. data/spec/fixtures/json_responses/link_array.json +0 -43
  52. data/spec/fixtures/json_responses/not_found.json +0 -13
  53. data/spec/fixtures/json_responses/nyancat.json +0 -48
  54. data/spec/fixtures/json_responses/other_error.json +0 -9
  55. data/spec/fixtures/json_responses/other_error_no_details.json +0 -8
  56. data/spec/fixtures/json_responses/other_error_no_message.json +0 -8
  57. data/spec/fixtures/json_responses/other_error_no_request_id.json +0 -8
  58. data/spec/fixtures/json_responses/other_error_nothing.json +0 -6
  59. data/spec/fixtures/json_responses/self_link.json +0 -82
  60. data/spec/fixtures/json_responses/unparsable.json +0 -13
  61. data/spec/fixtures/vcr_cassettes/array.yml +0 -288
  62. data/spec/fixtures/vcr_cassettes/array/marshal_custom_classes.yml +0 -159
  63. data/spec/fixtures/vcr_cassettes/array/marshal_unpublished.yml +0 -315
  64. data/spec/fixtures/vcr_cassettes/array/nested_resources.yml +0 -159
  65. data/spec/fixtures/vcr_cassettes/arrayField.yml +0 -87
  66. data/spec/fixtures/vcr_cassettes/array_page_1.yml +0 -106
  67. data/spec/fixtures/vcr_cassettes/array_page_2.yml +0 -73
  68. data/spec/fixtures/vcr_cassettes/asset.yml +0 -96
  69. data/spec/fixtures/vcr_cassettes/asset/select_empty_array.yml +0 -104
  70. data/spec/fixtures/vcr_cassettes/asset/select_no_sys.yml +0 -119
  71. data/spec/fixtures/vcr_cassettes/asset/select_one_field.yml +0 -97
  72. data/spec/fixtures/vcr_cassettes/asset/select_only_sys.yml +0 -88
  73. data/spec/fixtures/vcr_cassettes/asset/with_tags.yml +0 -138
  74. data/spec/fixtures/vcr_cassettes/assets/issues_129.yml +0 -90
  75. data/spec/fixtures/vcr_cassettes/assets/issues_jekyll_46.yml +0 -115
  76. data/spec/fixtures/vcr_cassettes/bad_request.yml +0 -76
  77. data/spec/fixtures/vcr_cassettes/content_type.yml +0 -147
  78. data/spec/fixtures/vcr_cassettes/entries.yml +0 -561
  79. data/spec/fixtures/vcr_cassettes/entries/empty_fields.yml +0 -246
  80. data/spec/fixtures/vcr_cassettes/entries/issue_117.yml +0 -201
  81. data/spec/fixtures/vcr_cassettes/entries/issue_125.yml +0 -198
  82. data/spec/fixtures/vcr_cassettes/entries/rich_text.yml +0 -1707
  83. data/spec/fixtures/vcr_cassettes/entries/rich_text_hydration_issue.yml +0 -460
  84. data/spec/fixtures/vcr_cassettes/entries/rich_text_nested_fields.yml +0 -653
  85. data/spec/fixtures/vcr_cassettes/entries/rich_text_unresolved_relationships.yml +0 -983
  86. data/spec/fixtures/vcr_cassettes/entries/unresolvable_assets.yml +0 -89
  87. data/spec/fixtures/vcr_cassettes/entries/unresolvable_filter.yml +0 -159
  88. data/spec/fixtures/vcr_cassettes/entries/unresolvable_filter_deeply_nested.yml +0 -167
  89. data/spec/fixtures/vcr_cassettes/entry.yml +0 -102
  90. data/spec/fixtures/vcr_cassettes/entry/custom_resource.yml +0 -168
  91. data/spec/fixtures/vcr_cassettes/entry/include_resolution.yml +0 -101
  92. data/spec/fixtures/vcr_cassettes/entry/include_resolution_uniques.yml +0 -81
  93. data/spec/fixtures/vcr_cassettes/entry/json_objects.yml +0 -88
  94. data/spec/fixtures/vcr_cassettes/entry/json_objects_client.yml +0 -86
  95. data/spec/fixtures/vcr_cassettes/entry/marshal_138.yml +0 -159
  96. data/spec/fixtures/vcr_cassettes/entry/marshal_unpublished.yml +0 -303
  97. data/spec/fixtures/vcr_cassettes/entry/marshall.yml +0 -293
  98. data/spec/fixtures/vcr_cassettes/entry/raw.yml +0 -201
  99. data/spec/fixtures/vcr_cassettes/entry/search_link_to_asset.yml +0 -81
  100. data/spec/fixtures/vcr_cassettes/entry/search_link_to_entry.yml +0 -81
  101. data/spec/fixtures/vcr_cassettes/entry/search_link_to_entry_with_custom_query.yml +0 -115
  102. data/spec/fixtures/vcr_cassettes/entry/select_empty_array.yml +0 -111
  103. data/spec/fixtures/vcr_cassettes/entry/select_no_sys.yml +0 -102
  104. data/spec/fixtures/vcr_cassettes/entry/select_one_field.yml +0 -76
  105. data/spec/fixtures/vcr_cassettes/entry/select_one_field_proper.yml +0 -114
  106. data/spec/fixtures/vcr_cassettes/entry/select_only_sys.yml +0 -111
  107. data/spec/fixtures/vcr_cassettes/entry/with_tags.yml +0 -238
  108. data/spec/fixtures/vcr_cassettes/entry_cache.yml +0 -288
  109. data/spec/fixtures/vcr_cassettes/entry_locales.yml +0 -104
  110. data/spec/fixtures/vcr_cassettes/field.yml +0 -147
  111. data/spec/fixtures/vcr_cassettes/human.yml +0 -118
  112. data/spec/fixtures/vcr_cassettes/linkField.yml +0 -83
  113. data/spec/fixtures/vcr_cassettes/locale.yml +0 -83
  114. data/spec/fixtures/vcr_cassettes/locale_from_environment.yml +0 -121
  115. data/spec/fixtures/vcr_cassettes/location.yml +0 -193
  116. data/spec/fixtures/vcr_cassettes/multi_locale_array_reference.yml +0 -196
  117. data/spec/fixtures/vcr_cassettes/multi_locale_reference.yml +0 -214
  118. data/spec/fixtures/vcr_cassettes/not_found.yml +0 -76
  119. data/spec/fixtures/vcr_cassettes/nyancat.yml +0 -102
  120. data/spec/fixtures/vcr_cassettes/query_array_1.yml +0 -89
  121. data/spec/fixtures/vcr_cassettes/query_array_2.yml +0 -89
  122. data/spec/fixtures/vcr_cassettes/ratelimit.yml +0 -64
  123. data/spec/fixtures/vcr_cassettes/ratelimit_retry.yml +0 -294
  124. data/spec/fixtures/vcr_cassettes/reloaded_entry.yml +0 -102
  125. data/spec/fixtures/vcr_cassettes/space.yml +0 -83
  126. data/spec/fixtures/vcr_cassettes/sync_deleted_asset.yml +0 -174
  127. data/spec/fixtures/vcr_cassettes/sync_deleted_entry.yml +0 -89
  128. data/spec/fixtures/vcr_cassettes/sync_deletion.yml +0 -191
  129. data/spec/fixtures/vcr_cassettes/sync_environment.yml +0 -81
  130. data/spec/fixtures/vcr_cassettes/sync_page.yml +0 -637
  131. data/spec/fixtures/vcr_cassettes/sync_page_2.yml +0 -71
  132. data/spec/fixtures/vcr_cassettes/sync_page_short.yml +0 -106
  133. data/spec/fixtures/vcr_cassettes/unauthorized.yml +0 -64
  134. data/spec/fixtures/vcr_cassettes/unavailable.yml +0 -76
  135. data/spec/link_spec.rb +0 -50
  136. data/spec/locale_spec.rb +0 -37
  137. data/spec/location_spec.rb +0 -25
  138. data/spec/request_spec.rb +0 -57
  139. data/spec/resource_building_spec.rb +0 -31
  140. data/spec/response_spec.rb +0 -62
  141. data/spec/space_spec.rb +0 -31
  142. data/spec/spec_helper.rb +0 -14
  143. data/spec/support/client.rb +0 -6
  144. data/spec/support/json_responses.rb +0 -18
  145. data/spec/support/vcr.rb +0 -16
  146. data/spec/sync_page_spec.rb +0 -103
  147. data/spec/sync_spec.rb +0 -180
@@ -1,1707 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: https://cdn.contentful.com/spaces/jd7yc4wnatx3/environments/master/content_types?limit=1000
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- X-Contentful-User-Agent:
11
- - sdk contentful.rb/2.9.4; platform ruby/2.5.1; os macOS/16;
12
- Authorization:
13
- - Bearer 6256b8ef7d66805ca41f2728271daf27e8fa6055873b802a813941a0fe696248
14
- Content-Type:
15
- - application/vnd.contentful.delivery.v1+json
16
- Connection:
17
- - close
18
- Host:
19
- - cdn.contentful.com
20
- User-Agent:
21
- - http.rb/2.2.2
22
- response:
23
- status:
24
- code: 200
25
- message: OK
26
- headers:
27
- Access-Control-Allow-Headers:
28
- - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature
29
- Access-Control-Allow-Methods:
30
- - GET,HEAD,OPTIONS
31
- Access-Control-Allow-Origin:
32
- - "*"
33
- Access-Control-Expose-Headers:
34
- - Etag
35
- Access-Control-Max-Age:
36
- - '86400'
37
- Cache-Control:
38
- - max-age=0
39
- Content-Type:
40
- - application/vnd.contentful.delivery.v1+json
41
- Contentful-Api:
42
- - cda_cached
43
- Etag:
44
- - W/"0ecb92174772cc7a40d4a981e109aaab"
45
- Server:
46
- - Contentful
47
- X-Content-Type-Options:
48
- - nosniff
49
- X-Contentful-Region:
50
- - us-east-1
51
- X-Contentful-Request-Id:
52
- - ecb2c84c8bdbaa892430f580b6d322ff
53
- Content-Length:
54
- - '2018'
55
- Accept-Ranges:
56
- - bytes
57
- Date:
58
- - Mon, 15 Oct 2018 11:15:03 GMT
59
- Via:
60
- - 1.1 varnish
61
- Age:
62
- - '0'
63
- Connection:
64
- - close
65
- X-Served-By:
66
- - cache-ams4433-AMS
67
- X-Cache:
68
- - MISS
69
- X-Cache-Hits:
70
- - '0'
71
- X-Timer:
72
- - S1539602103.339892,VS0,VE425
73
- Vary:
74
- - Accept-Encoding
75
- body:
76
- encoding: ASCII-8BIT
77
- string: |
78
- {
79
- "sys": {
80
- "type": "Array"
81
- },
82
- "total": 2,
83
- "skip": 0,
84
- "limit": 1000,
85
- "items": [
86
- {
87
- "sys": {
88
- "space": {
89
- "sys": {
90
- "type": "Link",
91
- "linkType": "Space",
92
- "id": "jd7yc4wnatx3"
93
- }
94
- },
95
- "id": "embedded",
96
- "type": "ContentType",
97
- "createdAt": "2018-08-22T10:44:07.886Z",
98
- "updatedAt": "2018-08-22T10:44:07.886Z",
99
- "environment": {
100
- "sys": {
101
- "id": "master",
102
- "type": "Link",
103
- "linkType": "Environment"
104
- }
105
- },
106
- "revision": 1
107
- },
108
- "displayField": "body",
109
- "name": "Embedded",
110
- "description": "",
111
- "fields": [
112
- {
113
- "id": "body",
114
- "name": "Body",
115
- "type": "Symbol",
116
- "localized": false,
117
- "required": false,
118
- "disabled": false,
119
- "omitted": false
120
- }
121
- ]
122
- },
123
- {
124
- "sys": {
125
- "space": {
126
- "sys": {
127
- "type": "Link",
128
- "linkType": "Space",
129
- "id": "jd7yc4wnatx3"
130
- }
131
- },
132
- "id": "stTest",
133
- "type": "ContentType",
134
- "createdAt": "2018-08-22T10:43:50.802Z",
135
- "updatedAt": "2018-08-22T10:43:50.802Z",
136
- "environment": {
137
- "sys": {
138
- "id": "master",
139
- "type": "Link",
140
- "linkType": "Environment"
141
- }
142
- },
143
- "revision": 1
144
- },
145
- "displayField": "name",
146
- "name": "StTest",
147
- "description": "",
148
- "fields": [
149
- {
150
- "id": "name",
151
- "name": "Name",
152
- "type": "Symbol",
153
- "localized": false,
154
- "required": false,
155
- "disabled": false,
156
- "omitted": false
157
- },
158
- {
159
- "id": "body",
160
- "name": "Body",
161
- "type": "RichText",
162
- "localized": false,
163
- "required": false,
164
- "disabled": false,
165
- "omitted": false
166
- }
167
- ]
168
- }
169
- ]
170
- }
171
- http_version:
172
- recorded_at: Mon, 15 Oct 2018 11:15:03 GMT
173
- - request:
174
- method: get
175
- uri: https://cdn.contentful.com/spaces/jd7yc4wnatx3/environments/master/entries?sys.id=4BupPSmi4M02m0U48AQCSM
176
- body:
177
- encoding: US-ASCII
178
- string: ''
179
- headers:
180
- X-Contentful-User-Agent:
181
- - sdk contentful.rb/2.9.4; platform ruby/2.5.1; os macOS/16;
182
- Authorization:
183
- - Bearer 6256b8ef7d66805ca41f2728271daf27e8fa6055873b802a813941a0fe696248
184
- Content-Type:
185
- - application/vnd.contentful.delivery.v1+json
186
- Connection:
187
- - close
188
- Host:
189
- - cdn.contentful.com
190
- User-Agent:
191
- - http.rb/2.2.2
192
- response:
193
- status:
194
- code: 200
195
- message: OK
196
- headers:
197
- Access-Control-Allow-Headers:
198
- - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature
199
- Access-Control-Allow-Methods:
200
- - GET,HEAD,OPTIONS
201
- Access-Control-Allow-Origin:
202
- - "*"
203
- Access-Control-Expose-Headers:
204
- - Etag
205
- Access-Control-Max-Age:
206
- - '86400'
207
- Cache-Control:
208
- - max-age=0
209
- Content-Type:
210
- - application/vnd.contentful.delivery.v1+json
211
- Contentful-Api:
212
- - cda_cached
213
- Etag:
214
- - W/"9ba6fe8fedf309e805a7f7b69eaf2df2"
215
- Server:
216
- - Contentful
217
- X-Content-Type-Options:
218
- - nosniff
219
- X-Contentful-Region:
220
- - us-east-1
221
- X-Contentful-Request-Id:
222
- - 5d301839e2f5466c955e18bd95024632
223
- Content-Length:
224
- - '33915'
225
- Accept-Ranges:
226
- - bytes
227
- Date:
228
- - Mon, 15 Oct 2018 11:15:04 GMT
229
- Via:
230
- - 1.1 varnish
231
- Age:
232
- - '0'
233
- Connection:
234
- - close
235
- X-Served-By:
236
- - cache-ams4130-AMS
237
- X-Cache:
238
- - MISS
239
- X-Cache-Hits:
240
- - '0'
241
- X-Timer:
242
- - S1539602104.863354,VS0,VE428
243
- Vary:
244
- - Accept-Encoding
245
- body:
246
- encoding: ASCII-8BIT
247
- string: |
248
- {
249
- "sys": {
250
- "type": "Array"
251
- },
252
- "total": 1,
253
- "skip": 0,
254
- "limit": 100,
255
- "items": [
256
- {
257
- "sys": {
258
- "space": {
259
- "sys": {
260
- "type": "Link",
261
- "linkType": "Space",
262
- "id": "jd7yc4wnatx3"
263
- }
264
- },
265
- "id": "4BupPSmi4M02m0U48AQCSM",
266
- "type": "Entry",
267
- "createdAt": "2018-08-22T10:45:51.649Z",
268
- "updatedAt": "2018-09-24T14:13:34.695Z",
269
- "environment": {
270
- "sys": {
271
- "id": "master",
272
- "type": "Link",
273
- "linkType": "Environment"
274
- }
275
- },
276
- "revision": 7,
277
- "contentType": {
278
- "sys": {
279
- "type": "Link",
280
- "linkType": "ContentType",
281
- "id": "stTest"
282
- }
283
- },
284
- "locale": "en-US"
285
- },
286
- "fields": {
287
- "name": "All Features",
288
- "body": {
289
- "content": [
290
- {
291
- "data": {},
292
- "content": [
293
- {
294
- "marks": [],
295
- "value": "Some heading",
296
- "nodeType": "text",
297
- "nodeClass": "text"
298
- }
299
- ],
300
- "nodeType": "heading-1",
301
- "nodeClass": "block"
302
- },
303
- {
304
- "data": {},
305
- "content": [
306
- {
307
- "marks": [],
308
- "value": "",
309
- "nodeType": "text",
310
- "nodeClass": "text"
311
- }
312
- ],
313
- "nodeType": "paragraph",
314
- "nodeClass": "block"
315
- },
316
- {
317
- "data": {
318
- "target": {
319
- "sys": {
320
- "id": "49rofLvvxCOiIMIi6mk8ai",
321
- "type": "Link",
322
- "linkType": "Entry"
323
- }
324
- }
325
- },
326
- "content": [
327
- {
328
- "marks": [],
329
- "value": "",
330
- "nodeType": "text",
331
- "nodeClass": "text"
332
- }
333
- ],
334
- "nodeType": "embedded-entry-block",
335
- "nodeClass": "block"
336
- },
337
- {
338
- "data": {},
339
- "content": [
340
- {
341
- "marks": [],
342
- "value": "Some subheading",
343
- "nodeType": "text",
344
- "nodeClass": "text"
345
- }
346
- ],
347
- "nodeType": "heading-2",
348
- "nodeClass": "block"
349
- },
350
- {
351
- "data": {},
352
- "content": [
353
- {
354
- "marks": [
355
- {
356
- "data": {},
357
- "type": "bold",
358
- "object": "mark"
359
- }
360
- ],
361
- "value": "Some bold",
362
- "nodeType": "text",
363
- "nodeClass": "text"
364
- }
365
- ],
366
- "nodeType": "paragraph",
367
- "nodeClass": "block"
368
- },
369
- {
370
- "data": {},
371
- "content": [
372
- {
373
- "marks": [
374
- {
375
- "data": {},
376
- "type": "italic",
377
- "object": "mark"
378
- }
379
- ],
380
- "value": "Some italics",
381
- "nodeType": "text",
382
- "nodeClass": "text"
383
- }
384
- ],
385
- "nodeType": "paragraph",
386
- "nodeClass": "block"
387
- },
388
- {
389
- "data": {},
390
- "content": [
391
- {
392
- "marks": [
393
- {
394
- "data": {},
395
- "type": "underline",
396
- "object": "mark"
397
- }
398
- ],
399
- "value": "Some underline",
400
- "nodeType": "text",
401
- "nodeClass": "text"
402
- }
403
- ],
404
- "nodeType": "paragraph",
405
- "nodeClass": "block"
406
- },
407
- {
408
- "data": {},
409
- "content": [
410
- {
411
- "marks": [],
412
- "value": "",
413
- "nodeType": "text",
414
- "nodeClass": "text"
415
- }
416
- ],
417
- "nodeType": "paragraph",
418
- "nodeClass": "block"
419
- },
420
- {
421
- "data": {},
422
- "content": [
423
- {
424
- "marks": [],
425
- "value": "",
426
- "nodeType": "text",
427
- "nodeClass": "text"
428
- }
429
- ],
430
- "nodeType": "paragraph",
431
- "nodeClass": "block"
432
- },
433
- {
434
- "data": {
435
- "target": {
436
- "sys": {
437
- "id": "5ZF9Q4K6iWSYIU2OUs0UaQ",
438
- "type": "Link",
439
- "linkType": "Entry"
440
- }
441
- }
442
- },
443
- "content": [
444
- {
445
- "marks": [],
446
- "value": "",
447
- "nodeType": "text",
448
- "nodeClass": "text"
449
- }
450
- ],
451
- "nodeType": "embedded-entry-block",
452
- "nodeClass": "block"
453
- },
454
- {
455
- "data": {},
456
- "content": [
457
- {
458
- "marks": [],
459
- "value": "",
460
- "nodeType": "text",
461
- "nodeClass": "text"
462
- }
463
- ],
464
- "nodeType": "paragraph",
465
- "nodeClass": "block"
466
- },
467
- {
468
- "data": {},
469
- "content": [
470
- {
471
- "marks": [],
472
- "value": "Some raw content",
473
- "nodeType": "text",
474
- "nodeClass": "text"
475
- }
476
- ],
477
- "nodeType": "paragraph",
478
- "nodeClass": "block"
479
- },
480
- {
481
- "data": {},
482
- "content": [
483
- {
484
- "marks": [],
485
- "value": "",
486
- "nodeType": "text",
487
- "nodeClass": "text"
488
- }
489
- ],
490
- "nodeType": "paragraph",
491
- "nodeClass": "block"
492
- },
493
- {
494
- "data": {},
495
- "content": [
496
- {
497
- "marks": [],
498
- "value": "An unpublished embed:",
499
- "nodeType": "text",
500
- "nodeClass": "text"
501
- }
502
- ],
503
- "nodeType": "paragraph",
504
- "nodeClass": "block"
505
- },
506
- {
507
- "data": {},
508
- "content": [
509
- {
510
- "marks": [],
511
- "value": "",
512
- "nodeType": "text",
513
- "nodeClass": "text"
514
- }
515
- ],
516
- "nodeType": "paragraph",
517
- "nodeClass": "block"
518
- },
519
- {
520
- "data": {
521
- "target": {
522
- "sys": {
523
- "id": "q2hGXkd5tICym64AcgeKK",
524
- "type": "Link",
525
- "linkType": "Entry"
526
- }
527
- }
528
- },
529
- "content": [
530
- {
531
- "marks": [],
532
- "value": "",
533
- "nodeType": "text",
534
- "nodeClass": "text"
535
- }
536
- ],
537
- "nodeType": "embedded-entry-block",
538
- "nodeClass": "block"
539
- },
540
- {
541
- "data": {},
542
- "content": [
543
- {
544
- "marks": [],
545
- "value": "Some more content",
546
- "nodeType": "text",
547
- "nodeClass": "text"
548
- }
549
- ],
550
- "nodeType": "paragraph",
551
- "nodeClass": "block"
552
- },
553
- {
554
- "data": {},
555
- "content": [
556
- {
557
- "marks": [
558
- {
559
- "data": {},
560
- "type": "code",
561
- "object": "mark"
562
- }
563
- ],
564
- "value": "Some code",
565
- "nodeType": "text",
566
- "nodeClass": "text"
567
- }
568
- ],
569
- "nodeType": "paragraph",
570
- "nodeClass": "block"
571
- },
572
- {
573
- "data": {},
574
- "content": [
575
- {
576
- "marks": [],
577
- "value": "",
578
- "nodeType": "text",
579
- "nodeClass": "text"
580
- },
581
- {
582
- "data": {
583
- "uri": "https://www.contentful.com"
584
- },
585
- "content": [
586
- {
587
- "marks": [],
588
- "value": "A hyperlink",
589
- "nodeType": "text",
590
- "nodeClass": "text"
591
- }
592
- ],
593
- "nodeType": "hyperlink",
594
- "nodeClass": "inline"
595
- },
596
- {
597
- "marks": [],
598
- "value": "",
599
- "nodeType": "text",
600
- "nodeClass": "text"
601
- }
602
- ],
603
- "nodeType": "paragraph",
604
- "nodeClass": "block"
605
- },
606
- {
607
- "data": {},
608
- "content": [
609
- {
610
- "data": {},
611
- "content": [
612
- {
613
- "data": {},
614
- "content": [
615
- {
616
- "marks": [],
617
- "value": "Ul list",
618
- "nodeType": "text",
619
- "nodeClass": "text"
620
- }
621
- ],
622
- "nodeType": "paragraph",
623
- "nodeClass": "block"
624
- }
625
- ],
626
- "nodeType": "list-item",
627
- "nodeClass": "block"
628
- },
629
- {
630
- "data": {},
631
- "content": [
632
- {
633
- "data": {},
634
- "content": [
635
- {
636
- "marks": [],
637
- "value": "A few ",
638
- "nodeType": "text",
639
- "nodeClass": "text"
640
- },
641
- {
642
- "marks": [
643
- {
644
- "data": {},
645
- "type": "bold",
646
- "object": "mark"
647
- }
648
- ],
649
- "value": "items",
650
- "nodeType": "text",
651
- "nodeClass": "text"
652
- }
653
- ],
654
- "nodeType": "paragraph",
655
- "nodeClass": "block"
656
- },
657
- {
658
- "data": {},
659
- "content": [
660
- {
661
- "data": {},
662
- "content": [
663
- {
664
- "data": {},
665
- "content": [
666
- {
667
- "marks": [],
668
- "value": "Ordered list nested inside an Unordered list item",
669
- "nodeType": "text",
670
- "nodeClass": "text"
671
- }
672
- ],
673
- "nodeType": "paragraph",
674
- "nodeClass": "block"
675
- }
676
- ],
677
- "nodeType": "list-item",
678
- "nodeClass": "block"
679
- }
680
- ],
681
- "nodeType": "ordered-list",
682
- "nodeClass": "block"
683
- }
684
- ],
685
- "nodeType": "list-item",
686
- "nodeClass": "block"
687
- }
688
- ],
689
- "nodeType": "unordered-list",
690
- "nodeClass": "block"
691
- },
692
- {
693
- "data": {},
694
- "content": [
695
- {
696
- "data": {},
697
- "content": [
698
- {
699
- "data": {},
700
- "content": [
701
- {
702
- "marks": [],
703
- "value": "Ol list",
704
- "nodeType": "text",
705
- "nodeClass": "text"
706
- }
707
- ],
708
- "nodeType": "paragraph",
709
- "nodeClass": "block"
710
- }
711
- ],
712
- "nodeType": "list-item",
713
- "nodeClass": "block"
714
- },
715
- {
716
- "data": {},
717
- "content": [
718
- {
719
- "data": {},
720
- "content": [
721
- {
722
- "marks": [],
723
- "value": "two",
724
- "nodeType": "text",
725
- "nodeClass": "text"
726
- }
727
- ],
728
- "nodeType": "paragraph",
729
- "nodeClass": "block"
730
- }
731
- ],
732
- "nodeType": "list-item",
733
- "nodeClass": "block"
734
- },
735
- {
736
- "data": {},
737
- "content": [
738
- {
739
- "data": {},
740
- "content": [
741
- {
742
- "marks": [],
743
- "value": "three",
744
- "nodeType": "text",
745
- "nodeClass": "text"
746
- }
747
- ],
748
- "nodeType": "paragraph",
749
- "nodeClass": "block"
750
- }
751
- ],
752
- "nodeType": "list-item",
753
- "nodeClass": "block"
754
- }
755
- ],
756
- "nodeType": "ordered-list",
757
- "nodeClass": "block"
758
- },
759
- {
760
- "data": {},
761
- "content": [
762
- {
763
- "marks": [],
764
- "value": "",
765
- "nodeType": "text",
766
- "nodeClass": "text"
767
- }
768
- ],
769
- "nodeType": "hr",
770
- "nodeClass": "block"
771
- },
772
- {
773
- "data": {},
774
- "content": [
775
- {
776
- "marks": [],
777
- "value": "",
778
- "nodeType": "text",
779
- "nodeClass": "text"
780
- }
781
- ],
782
- "nodeType": "paragraph",
783
- "nodeClass": "block"
784
- },
785
- {
786
- "data": {},
787
- "content": [
788
- {
789
- "data": {},
790
- "content": [
791
- {
792
- "marks": [],
793
- "value": "An inspirational quote",
794
- "nodeType": "text",
795
- "nodeClass": "text"
796
- }
797
- ],
798
- "nodeType": "paragraph",
799
- "nodeClass": "block"
800
- },
801
- {
802
- "data": {},
803
- "content": [
804
- {
805
- "marks": [],
806
- "value": "",
807
- "nodeType": "text",
808
- "nodeClass": "text"
809
- }
810
- ],
811
- "nodeType": "paragraph",
812
- "nodeClass": "block"
813
- }
814
- ],
815
- "nodeType": "blockquote",
816
- "nodeClass": "block"
817
- },
818
- {
819
- "data": {},
820
- "content": [
821
- {
822
- "marks": [],
823
- "value": "",
824
- "nodeType": "text",
825
- "nodeClass": "text"
826
- }
827
- ],
828
- "nodeType": "paragraph",
829
- "nodeClass": "block"
830
- }
831
- ],
832
- "nodeType": "document",
833
- "nodeClass": "document"
834
- }
835
- }
836
- }
837
- ],
838
- "errors": [
839
- {
840
- "sys": {
841
- "id": "notResolvable",
842
- "type": "error"
843
- },
844
- "details": {
845
- "id": "q2hGXkd5tICym64AcgeKK",
846
- "type": "Link",
847
- "linkType": "Entry"
848
- }
849
- },
850
- {
851
- "sys": {
852
- "id": "notResolvable",
853
- "type": "error"
854
- },
855
- "details": {
856
- "id": "q2hGXkd5tICym64AcgeKK",
857
- "type": "Link",
858
- "linkType": "Entry"
859
- }
860
- },
861
- {
862
- "sys": {
863
- "id": "notResolvable",
864
- "type": "error"
865
- },
866
- "details": {
867
- "id": "q2hGXkd5tICym64AcgeKK",
868
- "type": "Link",
869
- "linkType": "Entry"
870
- }
871
- },
872
- {
873
- "sys": {
874
- "id": "notResolvable",
875
- "type": "error"
876
- },
877
- "details": {
878
- "id": "q2hGXkd5tICym64AcgeKK",
879
- "type": "Link",
880
- "linkType": "Entry"
881
- }
882
- },
883
- {
884
- "sys": {
885
- "id": "notResolvable",
886
- "type": "error"
887
- },
888
- "details": {
889
- "id": "q2hGXkd5tICym64AcgeKK",
890
- "type": "Link",
891
- "linkType": "Entry"
892
- }
893
- },
894
- {
895
- "sys": {
896
- "id": "notResolvable",
897
- "type": "error"
898
- },
899
- "details": {
900
- "id": "q2hGXkd5tICym64AcgeKK",
901
- "type": "Link",
902
- "linkType": "Entry"
903
- }
904
- },
905
- {
906
- "sys": {
907
- "id": "notResolvable",
908
- "type": "error"
909
- },
910
- "details": {
911
- "id": "q2hGXkd5tICym64AcgeKK",
912
- "type": "Link",
913
- "linkType": "Entry"
914
- }
915
- },
916
- {
917
- "sys": {
918
- "id": "notResolvable",
919
- "type": "error"
920
- },
921
- "details": {
922
- "id": "q2hGXkd5tICym64AcgeKK",
923
- "type": "Link",
924
- "linkType": "Entry"
925
- }
926
- },
927
- {
928
- "sys": {
929
- "id": "notResolvable",
930
- "type": "error"
931
- },
932
- "details": {
933
- "id": "q2hGXkd5tICym64AcgeKK",
934
- "type": "Link",
935
- "linkType": "Entry"
936
- }
937
- },
938
- {
939
- "sys": {
940
- "id": "notResolvable",
941
- "type": "error"
942
- },
943
- "details": {
944
- "id": "q2hGXkd5tICym64AcgeKK",
945
- "type": "Link",
946
- "linkType": "Entry"
947
- }
948
- },
949
- {
950
- "sys": {
951
- "id": "notResolvable",
952
- "type": "error"
953
- },
954
- "details": {
955
- "id": "q2hGXkd5tICym64AcgeKK",
956
- "type": "Link",
957
- "linkType": "Entry"
958
- }
959
- },
960
- {
961
- "sys": {
962
- "id": "notResolvable",
963
- "type": "error"
964
- },
965
- "details": {
966
- "id": "q2hGXkd5tICym64AcgeKK",
967
- "type": "Link",
968
- "linkType": "Entry"
969
- }
970
- },
971
- {
972
- "sys": {
973
- "id": "notResolvable",
974
- "type": "error"
975
- },
976
- "details": {
977
- "id": "q2hGXkd5tICym64AcgeKK",
978
- "type": "Link",
979
- "linkType": "Entry"
980
- }
981
- },
982
- {
983
- "sys": {
984
- "id": "notResolvable",
985
- "type": "error"
986
- },
987
- "details": {
988
- "id": "q2hGXkd5tICym64AcgeKK",
989
- "type": "Link",
990
- "linkType": "Entry"
991
- }
992
- },
993
- {
994
- "sys": {
995
- "id": "notResolvable",
996
- "type": "error"
997
- },
998
- "details": {
999
- "id": "q2hGXkd5tICym64AcgeKK",
1000
- "type": "Link",
1001
- "linkType": "Entry"
1002
- }
1003
- },
1004
- {
1005
- "sys": {
1006
- "id": "notResolvable",
1007
- "type": "error"
1008
- },
1009
- "details": {
1010
- "id": "q2hGXkd5tICym64AcgeKK",
1011
- "type": "Link",
1012
- "linkType": "Entry"
1013
- }
1014
- },
1015
- {
1016
- "sys": {
1017
- "id": "notResolvable",
1018
- "type": "error"
1019
- },
1020
- "details": {
1021
- "id": "q2hGXkd5tICym64AcgeKK",
1022
- "type": "Link",
1023
- "linkType": "Entry"
1024
- }
1025
- },
1026
- {
1027
- "sys": {
1028
- "id": "notResolvable",
1029
- "type": "error"
1030
- },
1031
- "details": {
1032
- "id": "q2hGXkd5tICym64AcgeKK",
1033
- "type": "Link",
1034
- "linkType": "Entry"
1035
- }
1036
- },
1037
- {
1038
- "sys": {
1039
- "id": "notResolvable",
1040
- "type": "error"
1041
- },
1042
- "details": {
1043
- "id": "q2hGXkd5tICym64AcgeKK",
1044
- "type": "Link",
1045
- "linkType": "Entry"
1046
- }
1047
- },
1048
- {
1049
- "sys": {
1050
- "id": "notResolvable",
1051
- "type": "error"
1052
- },
1053
- "details": {
1054
- "id": "q2hGXkd5tICym64AcgeKK",
1055
- "type": "Link",
1056
- "linkType": "Entry"
1057
- }
1058
- },
1059
- {
1060
- "sys": {
1061
- "id": "notResolvable",
1062
- "type": "error"
1063
- },
1064
- "details": {
1065
- "id": "q2hGXkd5tICym64AcgeKK",
1066
- "type": "Link",
1067
- "linkType": "Entry"
1068
- }
1069
- },
1070
- {
1071
- "sys": {
1072
- "id": "notResolvable",
1073
- "type": "error"
1074
- },
1075
- "details": {
1076
- "id": "q2hGXkd5tICym64AcgeKK",
1077
- "type": "Link",
1078
- "linkType": "Entry"
1079
- }
1080
- },
1081
- {
1082
- "sys": {
1083
- "id": "notResolvable",
1084
- "type": "error"
1085
- },
1086
- "details": {
1087
- "id": "q2hGXkd5tICym64AcgeKK",
1088
- "type": "Link",
1089
- "linkType": "Entry"
1090
- }
1091
- },
1092
- {
1093
- "sys": {
1094
- "id": "notResolvable",
1095
- "type": "error"
1096
- },
1097
- "details": {
1098
- "id": "q2hGXkd5tICym64AcgeKK",
1099
- "type": "Link",
1100
- "linkType": "Entry"
1101
- }
1102
- },
1103
- {
1104
- "sys": {
1105
- "id": "notResolvable",
1106
- "type": "error"
1107
- },
1108
- "details": {
1109
- "id": "q2hGXkd5tICym64AcgeKK",
1110
- "type": "Link",
1111
- "linkType": "Entry"
1112
- }
1113
- },
1114
- {
1115
- "sys": {
1116
- "id": "notResolvable",
1117
- "type": "error"
1118
- },
1119
- "details": {
1120
- "id": "q2hGXkd5tICym64AcgeKK",
1121
- "type": "Link",
1122
- "linkType": "Entry"
1123
- }
1124
- },
1125
- {
1126
- "sys": {
1127
- "id": "notResolvable",
1128
- "type": "error"
1129
- },
1130
- "details": {
1131
- "id": "q2hGXkd5tICym64AcgeKK",
1132
- "type": "Link",
1133
- "linkType": "Entry"
1134
- }
1135
- },
1136
- {
1137
- "sys": {
1138
- "id": "notResolvable",
1139
- "type": "error"
1140
- },
1141
- "details": {
1142
- "id": "q2hGXkd5tICym64AcgeKK",
1143
- "type": "Link",
1144
- "linkType": "Entry"
1145
- }
1146
- },
1147
- {
1148
- "sys": {
1149
- "id": "notResolvable",
1150
- "type": "error"
1151
- },
1152
- "details": {
1153
- "id": "q2hGXkd5tICym64AcgeKK",
1154
- "type": "Link",
1155
- "linkType": "Entry"
1156
- }
1157
- },
1158
- {
1159
- "sys": {
1160
- "id": "notResolvable",
1161
- "type": "error"
1162
- },
1163
- "details": {
1164
- "id": "q2hGXkd5tICym64AcgeKK",
1165
- "type": "Link",
1166
- "linkType": "Entry"
1167
- }
1168
- },
1169
- {
1170
- "sys": {
1171
- "id": "notResolvable",
1172
- "type": "error"
1173
- },
1174
- "details": {
1175
- "id": "q2hGXkd5tICym64AcgeKK",
1176
- "type": "Link",
1177
- "linkType": "Entry"
1178
- }
1179
- },
1180
- {
1181
- "sys": {
1182
- "id": "notResolvable",
1183
- "type": "error"
1184
- },
1185
- "details": {
1186
- "id": "q2hGXkd5tICym64AcgeKK",
1187
- "type": "Link",
1188
- "linkType": "Entry"
1189
- }
1190
- },
1191
- {
1192
- "sys": {
1193
- "id": "notResolvable",
1194
- "type": "error"
1195
- },
1196
- "details": {
1197
- "id": "q2hGXkd5tICym64AcgeKK",
1198
- "type": "Link",
1199
- "linkType": "Entry"
1200
- }
1201
- },
1202
- {
1203
- "sys": {
1204
- "id": "notResolvable",
1205
- "type": "error"
1206
- },
1207
- "details": {
1208
- "id": "q2hGXkd5tICym64AcgeKK",
1209
- "type": "Link",
1210
- "linkType": "Entry"
1211
- }
1212
- },
1213
- {
1214
- "sys": {
1215
- "id": "notResolvable",
1216
- "type": "error"
1217
- },
1218
- "details": {
1219
- "id": "q2hGXkd5tICym64AcgeKK",
1220
- "type": "Link",
1221
- "linkType": "Entry"
1222
- }
1223
- },
1224
- {
1225
- "sys": {
1226
- "id": "notResolvable",
1227
- "type": "error"
1228
- },
1229
- "details": {
1230
- "id": "q2hGXkd5tICym64AcgeKK",
1231
- "type": "Link",
1232
- "linkType": "Entry"
1233
- }
1234
- },
1235
- {
1236
- "sys": {
1237
- "id": "notResolvable",
1238
- "type": "error"
1239
- },
1240
- "details": {
1241
- "id": "q2hGXkd5tICym64AcgeKK",
1242
- "type": "Link",
1243
- "linkType": "Entry"
1244
- }
1245
- },
1246
- {
1247
- "sys": {
1248
- "id": "notResolvable",
1249
- "type": "error"
1250
- },
1251
- "details": {
1252
- "id": "q2hGXkd5tICym64AcgeKK",
1253
- "type": "Link",
1254
- "linkType": "Entry"
1255
- }
1256
- },
1257
- {
1258
- "sys": {
1259
- "id": "notResolvable",
1260
- "type": "error"
1261
- },
1262
- "details": {
1263
- "id": "q2hGXkd5tICym64AcgeKK",
1264
- "type": "Link",
1265
- "linkType": "Entry"
1266
- }
1267
- },
1268
- {
1269
- "sys": {
1270
- "id": "notResolvable",
1271
- "type": "error"
1272
- },
1273
- "details": {
1274
- "id": "q2hGXkd5tICym64AcgeKK",
1275
- "type": "Link",
1276
- "linkType": "Entry"
1277
- }
1278
- },
1279
- {
1280
- "sys": {
1281
- "id": "notResolvable",
1282
- "type": "error"
1283
- },
1284
- "details": {
1285
- "id": "q2hGXkd5tICym64AcgeKK",
1286
- "type": "Link",
1287
- "linkType": "Entry"
1288
- }
1289
- },
1290
- {
1291
- "sys": {
1292
- "id": "notResolvable",
1293
- "type": "error"
1294
- },
1295
- "details": {
1296
- "id": "q2hGXkd5tICym64AcgeKK",
1297
- "type": "Link",
1298
- "linkType": "Entry"
1299
- }
1300
- },
1301
- {
1302
- "sys": {
1303
- "id": "notResolvable",
1304
- "type": "error"
1305
- },
1306
- "details": {
1307
- "id": "q2hGXkd5tICym64AcgeKK",
1308
- "type": "Link",
1309
- "linkType": "Entry"
1310
- }
1311
- },
1312
- {
1313
- "sys": {
1314
- "id": "notResolvable",
1315
- "type": "error"
1316
- },
1317
- "details": {
1318
- "id": "q2hGXkd5tICym64AcgeKK",
1319
- "type": "Link",
1320
- "linkType": "Entry"
1321
- }
1322
- },
1323
- {
1324
- "sys": {
1325
- "id": "notResolvable",
1326
- "type": "error"
1327
- },
1328
- "details": {
1329
- "id": "q2hGXkd5tICym64AcgeKK",
1330
- "type": "Link",
1331
- "linkType": "Entry"
1332
- }
1333
- },
1334
- {
1335
- "sys": {
1336
- "id": "notResolvable",
1337
- "type": "error"
1338
- },
1339
- "details": {
1340
- "id": "q2hGXkd5tICym64AcgeKK",
1341
- "type": "Link",
1342
- "linkType": "Entry"
1343
- }
1344
- },
1345
- {
1346
- "sys": {
1347
- "id": "notResolvable",
1348
- "type": "error"
1349
- },
1350
- "details": {
1351
- "id": "q2hGXkd5tICym64AcgeKK",
1352
- "type": "Link",
1353
- "linkType": "Entry"
1354
- }
1355
- },
1356
- {
1357
- "sys": {
1358
- "id": "notResolvable",
1359
- "type": "error"
1360
- },
1361
- "details": {
1362
- "id": "q2hGXkd5tICym64AcgeKK",
1363
- "type": "Link",
1364
- "linkType": "Entry"
1365
- }
1366
- },
1367
- {
1368
- "sys": {
1369
- "id": "notResolvable",
1370
- "type": "error"
1371
- },
1372
- "details": {
1373
- "id": "q2hGXkd5tICym64AcgeKK",
1374
- "type": "Link",
1375
- "linkType": "Entry"
1376
- }
1377
- },
1378
- {
1379
- "sys": {
1380
- "id": "notResolvable",
1381
- "type": "error"
1382
- },
1383
- "details": {
1384
- "id": "q2hGXkd5tICym64AcgeKK",
1385
- "type": "Link",
1386
- "linkType": "Entry"
1387
- }
1388
- },
1389
- {
1390
- "sys": {
1391
- "id": "notResolvable",
1392
- "type": "error"
1393
- },
1394
- "details": {
1395
- "id": "q2hGXkd5tICym64AcgeKK",
1396
- "type": "Link",
1397
- "linkType": "Entry"
1398
- }
1399
- },
1400
- {
1401
- "sys": {
1402
- "id": "notResolvable",
1403
- "type": "error"
1404
- },
1405
- "details": {
1406
- "id": "q2hGXkd5tICym64AcgeKK",
1407
- "type": "Link",
1408
- "linkType": "Entry"
1409
- }
1410
- },
1411
- {
1412
- "sys": {
1413
- "id": "notResolvable",
1414
- "type": "error"
1415
- },
1416
- "details": {
1417
- "id": "q2hGXkd5tICym64AcgeKK",
1418
- "type": "Link",
1419
- "linkType": "Entry"
1420
- }
1421
- },
1422
- {
1423
- "sys": {
1424
- "id": "notResolvable",
1425
- "type": "error"
1426
- },
1427
- "details": {
1428
- "id": "q2hGXkd5tICym64AcgeKK",
1429
- "type": "Link",
1430
- "linkType": "Entry"
1431
- }
1432
- },
1433
- {
1434
- "sys": {
1435
- "id": "notResolvable",
1436
- "type": "error"
1437
- },
1438
- "details": {
1439
- "id": "q2hGXkd5tICym64AcgeKK",
1440
- "type": "Link",
1441
- "linkType": "Entry"
1442
- }
1443
- },
1444
- {
1445
- "sys": {
1446
- "id": "notResolvable",
1447
- "type": "error"
1448
- },
1449
- "details": {
1450
- "id": "q2hGXkd5tICym64AcgeKK",
1451
- "type": "Link",
1452
- "linkType": "Entry"
1453
- }
1454
- },
1455
- {
1456
- "sys": {
1457
- "id": "notResolvable",
1458
- "type": "error"
1459
- },
1460
- "details": {
1461
- "id": "q2hGXkd5tICym64AcgeKK",
1462
- "type": "Link",
1463
- "linkType": "Entry"
1464
- }
1465
- },
1466
- {
1467
- "sys": {
1468
- "id": "notResolvable",
1469
- "type": "error"
1470
- },
1471
- "details": {
1472
- "id": "q2hGXkd5tICym64AcgeKK",
1473
- "type": "Link",
1474
- "linkType": "Entry"
1475
- }
1476
- },
1477
- {
1478
- "sys": {
1479
- "id": "notResolvable",
1480
- "type": "error"
1481
- },
1482
- "details": {
1483
- "id": "q2hGXkd5tICym64AcgeKK",
1484
- "type": "Link",
1485
- "linkType": "Entry"
1486
- }
1487
- },
1488
- {
1489
- "sys": {
1490
- "id": "notResolvable",
1491
- "type": "error"
1492
- },
1493
- "details": {
1494
- "id": "q2hGXkd5tICym64AcgeKK",
1495
- "type": "Link",
1496
- "linkType": "Entry"
1497
- }
1498
- },
1499
- {
1500
- "sys": {
1501
- "id": "notResolvable",
1502
- "type": "error"
1503
- },
1504
- "details": {
1505
- "id": "q2hGXkd5tICym64AcgeKK",
1506
- "type": "Link",
1507
- "linkType": "Entry"
1508
- }
1509
- },
1510
- {
1511
- "sys": {
1512
- "id": "notResolvable",
1513
- "type": "error"
1514
- },
1515
- "details": {
1516
- "id": "q2hGXkd5tICym64AcgeKK",
1517
- "type": "Link",
1518
- "linkType": "Entry"
1519
- }
1520
- },
1521
- {
1522
- "sys": {
1523
- "id": "notResolvable",
1524
- "type": "error"
1525
- },
1526
- "details": {
1527
- "id": "q2hGXkd5tICym64AcgeKK",
1528
- "type": "Link",
1529
- "linkType": "Entry"
1530
- }
1531
- },
1532
- {
1533
- "sys": {
1534
- "id": "notResolvable",
1535
- "type": "error"
1536
- },
1537
- "details": {
1538
- "id": "q2hGXkd5tICym64AcgeKK",
1539
- "type": "Link",
1540
- "linkType": "Entry"
1541
- }
1542
- },
1543
- {
1544
- "sys": {
1545
- "id": "notResolvable",
1546
- "type": "error"
1547
- },
1548
- "details": {
1549
- "id": "q2hGXkd5tICym64AcgeKK",
1550
- "type": "Link",
1551
- "linkType": "Entry"
1552
- }
1553
- },
1554
- {
1555
- "sys": {
1556
- "id": "notResolvable",
1557
- "type": "error"
1558
- },
1559
- "details": {
1560
- "id": "q2hGXkd5tICym64AcgeKK",
1561
- "type": "Link",
1562
- "linkType": "Entry"
1563
- }
1564
- },
1565
- {
1566
- "sys": {
1567
- "id": "notResolvable",
1568
- "type": "error"
1569
- },
1570
- "details": {
1571
- "id": "q2hGXkd5tICym64AcgeKK",
1572
- "type": "Link",
1573
- "linkType": "Entry"
1574
- }
1575
- },
1576
- {
1577
- "sys": {
1578
- "id": "notResolvable",
1579
- "type": "error"
1580
- },
1581
- "details": {
1582
- "id": "q2hGXkd5tICym64AcgeKK",
1583
- "type": "Link",
1584
- "linkType": "Entry"
1585
- }
1586
- },
1587
- {
1588
- "sys": {
1589
- "id": "notResolvable",
1590
- "type": "error"
1591
- },
1592
- "details": {
1593
- "id": "q2hGXkd5tICym64AcgeKK",
1594
- "type": "Link",
1595
- "linkType": "Entry"
1596
- }
1597
- },
1598
- {
1599
- "sys": {
1600
- "id": "notResolvable",
1601
- "type": "error"
1602
- },
1603
- "details": {
1604
- "id": "q2hGXkd5tICym64AcgeKK",
1605
- "type": "Link",
1606
- "linkType": "Entry"
1607
- }
1608
- },
1609
- {
1610
- "sys": {
1611
- "id": "notResolvable",
1612
- "type": "error"
1613
- },
1614
- "details": {
1615
- "id": "q2hGXkd5tICym64AcgeKK",
1616
- "type": "Link",
1617
- "linkType": "Entry"
1618
- }
1619
- },
1620
- {
1621
- "sys": {
1622
- "id": "notResolvable",
1623
- "type": "error"
1624
- },
1625
- "details": {
1626
- "id": "q2hGXkd5tICym64AcgeKK",
1627
- "type": "Link",
1628
- "linkType": "Entry"
1629
- }
1630
- }
1631
- ],
1632
- "includes": {
1633
- "Entry": [
1634
- {
1635
- "sys": {
1636
- "space": {
1637
- "sys": {
1638
- "type": "Link",
1639
- "linkType": "Space",
1640
- "id": "jd7yc4wnatx3"
1641
- }
1642
- },
1643
- "id": "49rofLvvxCOiIMIi6mk8ai",
1644
- "type": "Entry",
1645
- "createdAt": "2018-08-22T10:45:20.685Z",
1646
- "updatedAt": "2018-08-22T10:45:20.686Z",
1647
- "environment": {
1648
- "sys": {
1649
- "id": "master",
1650
- "type": "Link",
1651
- "linkType": "Environment"
1652
- }
1653
- },
1654
- "revision": 1,
1655
- "contentType": {
1656
- "sys": {
1657
- "type": "Link",
1658
- "linkType": "ContentType",
1659
- "id": "embedded"
1660
- }
1661
- },
1662
- "locale": "en-US"
1663
- },
1664
- "fields": {
1665
- "body": "Embedded 1"
1666
- }
1667
- },
1668
- {
1669
- "sys": {
1670
- "space": {
1671
- "sys": {
1672
- "type": "Link",
1673
- "linkType": "Space",
1674
- "id": "jd7yc4wnatx3"
1675
- }
1676
- },
1677
- "id": "5ZF9Q4K6iWSYIU2OUs0UaQ",
1678
- "type": "Entry",
1679
- "createdAt": "2018-08-22T10:45:29.715Z",
1680
- "updatedAt": "2018-08-22T10:45:29.715Z",
1681
- "environment": {
1682
- "sys": {
1683
- "id": "master",
1684
- "type": "Link",
1685
- "linkType": "Environment"
1686
- }
1687
- },
1688
- "revision": 1,
1689
- "contentType": {
1690
- "sys": {
1691
- "type": "Link",
1692
- "linkType": "ContentType",
1693
- "id": "embedded"
1694
- }
1695
- },
1696
- "locale": "en-US"
1697
- },
1698
- "fields": {
1699
- "body": "Embedded 2"
1700
- }
1701
- }
1702
- ]
1703
- }
1704
- }
1705
- http_version:
1706
- recorded_at: Mon, 15 Oct 2018 11:15:04 GMT
1707
- recorded_with: VCR 4.0.0