{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Pull Quote", "description": "Massive quote spanning 8 columns with hairline rules above and below", "type": "object", "properties": { "quote": { "type": "string", "title": "Quote", "description": "The quoted text", "x-editor": "richtext" }, "attribution": { "type": "string", "title": "Attribution", "description": "Person or source the quote is attributed to", "x-editor": "text" } }, "required": ["quote"] }