//! # Backward Compatibility Layer for Schema Validator Module
//!
//! This module provides backward compatibility with code that was using the
//! previous organization of the schema_validator.rs file.
// Re-export all types from the new modules
pub use crate;
// The following is just to ensure documentation clarity in case someone is using
// the old path, but implementation is delegated to the new modules
pub type Deprecated = ;