{"id":"t/json_schema_validate","kind":"forged","name":"json_schema_validate","description":"Validate a JSON value against a JSON Schema subset (type, properties, required, enum, minimum/maximum, minLength/maxLength, items) and return errors","tags":["json","validation"],"method":"POST","path":"/v1/t/json_schema_validate","url":"https://toll402.dev/v1/t/json_schema_validate","specUrl":"https://toll402.dev/v1/spec/t/json_schema_validate","price":"$0.001","priceUsd":0.001,"available":true,"inputSchema":{"type":"object","properties":{"schema":{"type":"object"},"value":{}},"required":["schema","value"]},"example":{"schema":{"type":"object","properties":{"a":{"type":"integer"}},"required":["a"]},"value":{"a":"x"}},"meta":{"creator":null,"createdAt":"2026-09-07T18:15:36.929Z","calls":340,"failures":332,"network":false,"notes":"Implements a recursive JSON Schema subset validator (type/integer/number/string/boolean/object/array/null, properties, required, enum via deep-equality, minimum/maximum, minLength/maxLength, items) purely in-memory with no network calls, returning {valid, errors:[{path,message}]}."}}