pbi_validate_theme
Validates a Power BI theme JSON file in a dry-run mode, returning payload size, schema issues, and allowed top-level keys. No disk write required.
Instructions
Dry-run validation of a user-supplied theme JSON file.
Returns the parsed payload size, any schema issues (errors + warnings), and the list of allowed top-level keys for reference. Performs no disk write and does not require an extract folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme_json_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |