{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Cover Story", "description": "Asymmetric magazine cover anchoring the drop / landing page.", "type": "object", "properties": { "kicker": { "type": "string", "title": "Kicker", "description": "Mono label above the headline (e.g. \"Drop 04 / Spring\").", "x-editor": "text" }, "headline": { "type": "string", "title": "Headline", "description": "Massive display headline (rich text — allows italics).", "x-editor": "richtext" }, "deck": { "type": "string", "title": "Deck", "description": "Sub-headline / standfirst paragraph.", "x-editor": "richtext" }, "image": { "type": "string", "title": "Cover Image", "description": "Duotone-treated cover image.", "x-editor": "media" }, "link": { "type": "string", "title": "CTA Link", "description": "URL to the full feature or the shop.", "x-editor": "link" }, "linkLabel": { "type": "string", "title": "CTA Label", "description": "Button label.", "x-editor": "text", "default": "Read the story" } } }