//! Debug-summary facade for `/debug/schema`.
//!
//! This module preserves the stable summary import surface while splitting
//! summary concerns by domain:
//! - `debug_summary_contracts`
//! - `debug_summary_builder`
//! - `debug_summary_output_assembly`
//! - `debug_summary_from_builder_stage_output_assembly`
//! - `debug_summary_builder_stage_output_handoff_assembly`
//! - `debug_summary_builder_stage_output_contract_handoff_assembly`
pub(super) use super::debug_summary_builder::build_logging_schema_debug_summary;
pub use super::debug_summary_contracts::LoggingSchemaDebugSummary;