//! Canonical Zynk schema types shared by server bindings and generators.
//!
//! This crate intentionally contains only data structures and small naming
//! helpers. It performs no file IO, runtime routing, or code generation.
pub use ;
pub use ;
pub use Value;
pub use ;