SCHEMA_INVALID
The movie document is not a valid Automotion movie.
HTTP status: 400
What it means
The movie document is not a valid Automotion movie.
Why it happens
- The request's
movievalue is not an object, or is missing entire required sections such asscenes.
How to fix it
- Send a complete movie document — start from the quickstart example.
- Inspect the
errorsarray for the full list of problems.
Example
Every non-2xx response uses the same envelope; path (when present) is the exact JSON path of the offending field, and requestId identifies the request in support conversations:
See the error index for the full catalog and the API overview for envelope semantics.