validate_scenario
Identify errors and warnings in a scenario to verify its validity for simulation.
Instructions
Validate a scenario and return errors/warnings.
Parameters
scenario_id: UUID of the scenario to validate.
Returns
JSON with 'valid', 'errors', and 'warnings' lists.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |