1use crate::r#gen::SchemaGenerator; 2use crate::schema::*; 3use crate::JsonSchema; 4use smol_str::SmolStr; 5 6forward_impl!(SmolStr => String);