2026-03-10 | Added simulation config field to forecast endpoints
3 days ago
Changed
Forecast endpoints support simulation configuration
Two forecast endpoints now include a simulation_config field for schema-driven dispatch.
GET /forecasts/forecasts/
GET /forecasts/forecasts/New response fields:
simulation_config(object, nullable) - JSON payload for schema-driven dispatch. Validated against GDM schema before dispatch.
POST /forecasts/run-simulation/
POST /forecasts/run-simulation/New request parameter:
simulation_config(object, nullable) - JSON payload for schema-driven dispatch. Validated against GDM schema before dispatch.
New response field:
simulation_config(object, nullable) - JSON payload for schema-driven dispatch. Validated against GDM schema before dispatch.