You're viewing a demo portfolio

Join the waitlist
PRSM

json_schema_validate

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →
json_schema_validate — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP