Expand description
Schema Validation
JSON Schema validation for SType payloads. Schema Fidelity is the mandatory QoM metric.
Structs§
- Schema
Validator - Schema validator with caching for performance
- Validation
Result - Result of schema validation
- Validator
Builder - Builder for creating validators with common schemas
Constants§
- DEFAULT_
MAX_ NESTING_ DEPTH - Default maximum nesting depth for JSON payloads
- DEFAULT_
MAX_ PAYLOAD_ SIZE - Default maximum payload size (1 MB)
- DEFAULT_
MAX_ SCHEMAS - Default maximum schema cache size
Functions§
- check_
nesting_ depth - Check JSON nesting depth (to prevent stack overflow attacks)