Add json_schema_extra hints to DataBinding and BalloonsControls fields
so the frontend Inspector can render dataset-aware column/metric pickers:
- DataBinding.metrics: x-control "metric-multi" (was "code")
- DataBinding.dimensions: x-control "column-multi" (new)
- BalloonsControls.colorDimension: x-control "column" (new)
Also improve metrics field documentation to clarify the picker behavior.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>