{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Doodle Divider", "description": "Inline SVG divider in one of four hand-drawn motifs", "type": "object", "properties": { "motif": { "type": "string", "title": "Motif", "description": "Which doodle to render", "default": "beans", "x-editor": "select", "enum": ["beans", "croissant", "cup", "leaf"] } } }