validate_layout
Lint a layout against the control schema to catch duplicate IDs, unknown controls, invalid enums, and grid overlaps without pushing.
Instructions
Lint a layout against the control schema WITHOUT pushing it: duplicate ids, unknown control types, unknown/bad-enum fields, and grid overlaps/out-of-bounds.
Args: layout_json: Complete layout JSON string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layout_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |