1 2 3 4 5 6
#[derive(Serialize)] pub struct Repository { #[serde(rename = "type")] pub ty: String, pub url: String, }