{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Baker's Note", "description": "A signed note from the baker in sweet display type over a watercolor blob", "type": "object", "properties": { "kicker": { "type": "string", "title": "Kicker", "default": "A note from the kitchen", "x-editor": "text" }, "body": { "type": "string", "title": "Note", "description": "Rich text note", "x-editor": "richtext" }, "signatureName": { "type": "string", "title": "Signature Name", "x-editor": "text" }, "signatureRole": { "type": "string", "title": "Signature Role", "x-editor": "text" } } }