json_schema_validate
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Validate a JSON value against a JSON Schema (draft-07 subset). Supports type, required, properties, items, enum, const, pattern, format (email/uri/date), minimum/maximum, minLength/maxLength, minItems/maxItems, uniqueItems, additionalProperties, anyOf, allOf, oneOf. Returns all validation errors with dot-notation paths.
Parameters schema
{
"type": "object",
"required": [
"value",
"schema"
],
"properties": {
"value": {
"type": "string",
"description": "JSON string to validate"
},
"schema": {
"type": "string",
"description": "JSON Schema as a JSON string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries