# vidovaSettings.crop schema

Field specification for the vidovaSettings.crop object used by Vidova MCP tools.

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

Export `vidovaCropSettingsSchema` from the desktop Zod sources.

| Field | Type | Required | Constraints | Default | Description |
| --- | --- | --- | --- | --- | --- |
| `Top` | number | no | min 0; max 1 | — | — |
| `Bottom` | number | no | min 0; max 1 | — | — |
| `Left` | number | no | min 0; max 1 | — | — |
| `Right` | number | no | min 0; max 1 | — | — |
