//! Health-reason facade for `/debug/schema`.
//!
//! This module preserves a stable import surface while splitting health-reason
//! concerns by domain:
//! - `debug_health_reasons_specs`
//! - `debug_health_reasons_builder`
//! - `debug_health_reasons_stage_contracts`
//! - `debug_health_reasons_stage_output_assembly`
//! - `debug_health_reasons_from_stage_output_assembly`
//! - `debug_health_reasons_stage_output_handoff_assembly`
//! - `debug_health_reasons_stage_output_contract_handoff_assembly`
pub(super) use super::debug_health_reasons_builder::build_logging_schema_debug_health_reasons;