validate_indicator_list
Validate a flat-dict strategy indicator list JSON payload against the catalog, returning validation status and structured error details for invalid inputs.
Instructions
Validate a flat-dict strategy_indicator_list.json payload against the catalog.
Args:
payload_json: JSON string of the flat-dict
(e.g. ``'{"rsi": {"timeperiod": [10, 20]}}'``).
Returns a dict ``{"valid": bool, "errors": [{code, field, message, suggestion}]}``.
Bad JSON surfaces as a structured error, not a raise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload_json | Yes |