Validate Canvas
validate_canvasValidate canvas data against the JSON Canvas 1.0 specification to ensure compliance and prevent errors.
Instructions
Validate canvas data against the JSON Canvas 1.0 specification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| canvas | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | Yes | True when the canvas conforms to the spec | |
| error | No | Validation error message when invalid |