#[derive(Debug, Clone, serde::Serialize)] pub struct ValidationError { pub code: String, pub message: String, pub path: String, }