Lint slide deck
lint_deckValidate deck slides against the tahta theme contract after editing to identify missing fields, unknown layouts, and type errors.
Instructions
Validate a deck page's slides against the tahta theme contract — unknown layouts, missing required fields, type/format mistakes. Run after authoring/editing a deck to catch problems before presenting. Returns structured issues per slide. For the full list of valid layouts and each layout's fields, call deck_authoring_guide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | id of the deck page to validate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| hint | No | ||
| errors | Yes | ||
| issues | Yes | ||
| warnings | Yes |