use super::status::Status; #[derive(Deserialize)] pub struct Context { pub ancestors: Vec, pub descendants: Vec, }