diff --git a/appmgr/src/notifications.rs b/appmgr/src/notifications.rs index a468dcaff..d83f4a59b 100644 --- a/appmgr/src/notifications.rs +++ b/appmgr/src/notifications.rs @@ -190,6 +190,7 @@ impl fmt::Display for InvalidNotificationLevel { } } #[derive(serde::Serialize, serde::Deserialize)] +#[serde(rename_all = "kebab-case")] pub struct Notification { id: u32, package_id: Option, // TODO change for package id newtype