{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Chef's Signature", "description": "Centred signature-dish feature with a chef's note between sunburst crests.", "type": "object", "properties": { "eyebrow": { "type": "string", "title": "Eyebrow", "x-editor": "text", "default": "Chef's signature" }, "dish": { "type": "string", "title": "Dish name", "x-editor": "text", "default": "" }, "note": { "type": "string", "title": "Chef's note", "description": "A short tasting note or story about the dish.", "x-editor": "richtext", "default": "" }, "chef": { "type": "string", "title": "Chef name", "x-editor": "text", "default": "" }, "image": { "type": "string", "title": "Dish image", "x-editor": "media", "default": "" } } }