validate_scenario
Validate a scenario manifest JSON structure and content. Identify errors before execution to ensure correctness.
Instructions
Validate a scenario manifest JSON without executing it.
Args:
manifest_json (str): JSON string of a :class:ScenarioManifest.
Returns:
dict: {"valid": True, "manifest": ..., "primitives": [...]} on
success, or {"valid": False, "error": ...} on failure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest_json | Yes |