validate_schema
Validate data against a JSON Schema to identify violations, receiving detailed errors with JSON path, expected type, actual value, and the violated keyword.
Instructions
Validate data against a JSON Schema. Returns detailed error messages with JSON path, expected type, actual value, and the violated keyword (type, required, format, pattern, minimum, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The data to validate | |
| schema | Yes | The JSON Schema to validate against |