Bug Description
After updating to OpenClaw 2026.3.28, all sub-agents (and sometimes main agent) fail with:
HTTP 400: tools.27.custom.input_schema: JSON schema is invalid. It must match JSON Schema draft 2020-12
The error occurs when any tool is invoked (e.g. read, file operations). The error is consistent and blocks all tool use.
Steps to Reproduce
- Create a sub-agent with its own workspace (e.g. front-02)
- Ask the sub-agent to read any file
- Agent responds with HTTP 400 and the JSON schema error above
Expected Behavior
Tool calls should work normally.
Additional Context
Questions
- Is there a known fix or workaround?
- Can OpenClaw provide a way to validate/fix tool schemas on startup?
- Is there a way to identify which tool (index 27) is causing the issue?
Bug Description
After updating to OpenClaw 2026.3.28, all sub-agents (and sometimes main agent) fail with:
The error occurs when any tool is invoked (e.g.
read, file operations). The error is consistent and blocks all tool use.Steps to Reproduce
Expected Behavior
Tool calls should work normally.
Additional Context
patternProperties: { "^(.*)$": {} }or similar which is incompatible with JSON Schema draft 2020-12Questions