Expand description
Validation context for schema reference resolution.
This module provides the ValidationContext type that carries registry information
and depth tracking during validation. It enables schema references to be resolved
and prevents infinite loops in circular references.
Structs§
- Validation
Context - Validation context carries registry and depth tracking information.
Traits§
- Registry
Access - Trait for accessing schemas from a registry.