diff --git a/src/schemas.rs b/src/schemas.rs index b08b3bf..b5ed81a 100644 --- a/src/schemas.rs +++ b/src/schemas.rs @@ -77,6 +77,7 @@ pub struct OTAConfigurationList { #[serde(rename_all = "PascalCase")] pub struct OTAConfiguration { pub version: String, + #[serde(rename = "URL")] pub url: String, pub board: Option, pub config: Option,