{ form = { title | default = "CLI Form", description | default = "Standard command-line interface form", validation = { show_errors_inline | default = true, validate_on_change | default = true, strict_validation | default = false, }, }, output = { format | default = "json", pretty_print | default = true, debug_output | default = false, }, terminal = { use_raw_mode | default = true, enable_mouse | default = false, use_color | default = true, }, appearance = { theme | default = "default", show_help | default = true, show_placeholders | default = true, show_field_types | default = false, }, }