@financial-times/content-tree 0.13.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -287,17 +287,19 @@
287
287
  },
288
288
  "maxItems": 10,
289
289
  "minItems": 4,
290
- "sparkRepeater": true,
291
290
  "type": "array"
292
291
  },
293
292
  "data": {},
294
- "heading": {
295
- "$ref": "#/definitions/ContentTree.transit.CarouselHeading"
296
- },
297
293
  "id": {
298
294
  "description": "unique identifier required for component tracking",
299
295
  "type": "string"
300
296
  },
297
+ "standfirst": {
298
+ "type": "string"
299
+ },
300
+ "title": {
301
+ "type": "string"
302
+ },
301
303
  "type": {
302
304
  "const": "carousel",
303
305
  "type": "string"
@@ -308,7 +310,6 @@
308
310
  "id",
309
311
  "type"
310
312
  ],
311
- "sparkGenerateStoryblock": true,
312
313
  "type": "object"
313
314
  },
314
315
  "ContentTree.transit.CarouselCard": {
@@ -356,27 +357,6 @@
356
357
  ],
357
358
  "type": "object"
358
359
  },
359
- "ContentTree.transit.CarouselHeading": {
360
- "additionalProperties": false,
361
- "properties": {
362
- "data": {},
363
- "standfirst": {
364
- "type": "string"
365
- },
366
- "title": {
367
- "type": "string"
368
- },
369
- "type": {
370
- "const": "carousel-heading",
371
- "type": "string"
372
- }
373
- },
374
- "required": [
375
- "title",
376
- "type"
377
- ],
378
- "type": "object"
379
- },
380
360
  "ContentTree.transit.ClipSet": {
381
361
  "additionalProperties": false,
382
362
  "properties": {