# focus schema

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

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

Export `focusSchema` from the desktop Zod sources.

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