json_schema_validate
ActiveTool of WingmanProtocol Agent Gateway
JSON Schema Validator — Validate a JSON value against a JSON Schema (bounded draft-07-ish subset: type/enum/required/properties/items/min-max/pattern) and list every violation.
Parameters schema
{
"type": "object",
"required": [
"schema",
"instance"
],
"properties": {
"schema": {
"type": "object",
"description": "JSON Schema object describing the expected shape"
},
"instance": {
"type": [
"object",
"array",
"string",
"number",
"boolean",
"null"
],
"description": "The JSON value to validate against schema (any JSON type)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries