validate_page
Validate a page source before building to catch duplicate or missing IDs, missing types, and more. Returns errors that block saving, warnings, and stats.
Instructions
Validate a page source ({ sections: [...] }). Returns errors (block saving: duplicate/missing ids, missing types) and warnings (unknown types, form fields without field_name, dangling event targets) plus stats. Always run this before build_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Page source object or JSON string |