Module validation

Module validation 

Source
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§

ValidationContext
Validation context carries registry and depth tracking information.

Traits§

RegistryAccess
Trait for accessing schemas from a registry.