Validate scene JSON
validate_sceneValidate a scene against the Keyframer format before create_scene or generate_code. Returns errors (must fix) and warnings (advisory). Free to call — iterate until clean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | Yes | The scene as a JSON object (preferred) or a JSON string. Call get_scene_format for the shape. |