diff --git a/src/objects/person.rs b/src/objects/person.rs index 499ccd2..11c1b4b 100644 --- a/src/objects/person.rs +++ b/src/objects/person.rs @@ -110,6 +110,7 @@ pub struct EndpointType { } #[derive(Clone, Debug, Deserialize, Serialize)] +#[serde(rename_all = "camelCase")] pub struct IconType { #[serde(rename = "type")] pub type_: String, //Always "Image"