/// This type represents all possible errors that can occur when generate or write JSON Schema string.
///#[derive(Debug, thiserror::Error)]pubenumError{#[error(transparent)]
IoError(#[from]std::io::Error),#[error(transparent)]
SerdeJsonError(#[from]serde_json::Error),}