{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Section Label", "description": "Small-caps section label followed by an optional hairline divider rule.", "type": "object", "properties": { "label": { "type": "string", "title": "Label", "description": "Section label text. Rendered uppercase with small-caps.", "x-editor": "text" }, "divider": { "type": "string", "title": "Divider", "description": "Whether to render a hairline rule beneath the label.", "x-editor": "select", "enum": ["true", "false"], "default": "true" } } }