-
Reworked request and response schema validation to use errors.As instead of direct JSON Schema error type assertions, making validation error handling safer when errors are wrapped.
-
Fixed a goroutine leak in schema-property lookup for empty JSONPath values and added a regression test for that case.