validate_workbook_spec
Validates a Tableau workbook specification in a dry-run mode and returns actionable errors to ensure correctness before generation.
Instructions
Validate an authoring specification without writing any files (dry run). Returns actionable errors. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | Declarative description of a Tableau workbook to generate. Unknown properties are rejected everywhere. Generated from tableau_public_authoring.models.spec.spec_json_schema(); edit that function, never this file. Structural validation only - the server additionally checks cross-references, field existence and encoding compatibility, so a valid document here can still be rejected. |