# normalizedVector schema

Field specification for the normalizedVector object used by Vidova MCP tools.

{/* Generated by landing/scripts/generate-mcp-docs.ts. Do not edit. */}

Export `normalizedVectorSchema` from the desktop Zod sources.

| Field | Type | Required | Constraints | Default | Description |
| --- | --- | --- | --- | --- | --- |
| `x` | number | yes | min -1; max 1 | — | — |
| `y` | number | yes | min -1; max 1 | — | — |
