{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Pull Quote", "description": "Large oxblood pull quote rendered in Playfair Display italic with optional attribution.", "type": "object", "properties": { "quote": { "type": "string", "title": "Quote", "description": "The pull quote text. Rich text is permitted so authors can emphasise inline.", "x-editor": "richtext" }, "attribution": { "type": "string", "title": "Attribution", "description": "Optional source attribution rendered in small caps below the quote.", "x-editor": "text" } } }