{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Cover Story", "description": "12-column asymmetric hero anchoring the issue landing page.", "type": "object", "properties": { "kicker": { "type": "string", "title": "Kicker", "description": "Small-caps label above the headline.", "x-editor": "text" }, "headline": { "type": "string", "title": "Headline", "description": "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": "Hero image for the cover story.", "x-editor": "media" }, "link": { "type": "string", "title": "Read Story Link", "description": "URL to the full feature.", "x-editor": "link" } } }