Repair project JSON
repair_project_jsonAuto-fix invalid project JSON by correcting type case, number ranges, format conflicts, timing swaps, and unknown fields. Returns repaired payload with explanations and remaining errors that require user input.
Instructions
Attempt conservative auto-fixes on an invalid project payload (wrong-case type, clamped numbers, format conflicts like transparent+jpg, swapped begin/end timings, unknown fields, empty/impossible elements) and explain every change. Returns the repaired payload plus its validation result — problems that need real input (e.g. missing media URLs) are left as errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | The (possibly invalid) project JSON to repair |