validate_json_schema
Validate JSON data against a JSON Schema (Draft-07+) to confirm conformance and get detailed error messages for any mismatches.
Instructions
Validate JSON data against a JSON Schema definition (Draft-07+). Returns whether the data is valid and detailed error messages if not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON data to validate | |
| schema | Yes | JSON Schema to validate against |