UNSUPPORTED_SCHEMA_VERSION
The "schema" version tag is missing or not supported.
HTTP status: 400
What it means
The "schema" version tag is missing or not supported.
Why it happens
- The document's
schemafield is missing, or names a version this API does not support.
How to fix it
- Set
"schema": "v1"at the top level of the movie document. - Documents always parse under the version they declare, so declare one.
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.