schema_validate
Validate JSON data against a JSON Schema using Ajv. Works with local files or inline strings, ensuring schema compliance without external network calls.
Instructions
Validate JSON data against a JSON Schema using Ajv. Local files/strings only. Does not fetch URLs or contact external services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsonc | No | ||
| dataText | No | ||
| schemaText | No | ||
| dataFilePath | No | ||
| schemaFilePath | No |