{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Glitter Divider", "description": "Animated sparkle horizontal rule.", "type": "object", "properties": { "variant": { "type": "string", "title": "Variant", "x-editor": "select", "enum": ["sparkle", "stars", "hearts", "chrome"], "default": "sparkle" } } }