{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Fan Divider", "description": "Pure-CSS geometric gold divider — sunburst, scallop or ziggurat.", "type": "object", "properties": { "variant": { "type": "string", "title": "Variant", "description": "Choose the divider motif.", "x-editor": "select", "default": "sunburst", "enum": ["sunburst", "scallop", "ziggurat"] } } }