Expand description
JSON schema diff utilities for 422 responses.
This module provides comprehensive schema validation diffing capabilities for generating informative 422 error responses that help developers understand exactly what schema validation issues exist in their API requests.
Structs§
Functions§
- diff
- to_
422_ json - to_
enhanced_ 422_ json - Generate enhanced 422 error response with detailed schema information
- validation_
diff - Enhanced validation diff with comprehensive error analysis This function performs detailed validation between expected and actual JSON and provides rich schema context for better error reporting