validate_json_schema
Validate JSON data against a schema and get detailed error reports. Ensures data integrity before processing API responses or user input.
Instructions
Validate JSON data against a schema with detailed error reporting. Perfect for agents receiving API responses or user data that needs validation before processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The JSON data to validate | |
| schema | Yes | JSON Schema to validate against (supports Draft 7) |