{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Drop Cap Intro", "description": "Opening paragraph whose first letter renders as an oxblood Playfair drop cap.", "type": "object", "properties": { "lead": { "type": "string", "title": "Lead Paragraph", "description": "The first paragraph of the article. The first letter is auto-extracted as a drop cap.", "x-editor": "richtext" } } }