1
Fork 0

hostmeta: Fix value being wrapped in a tag

This commit is contained in:
Steffo 2024-11-15 18:10:39 +01:00
parent 32f756f800
commit 49b1b8ba65
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -137,6 +137,7 @@ pub struct ResourceDescriptorPropertyXRD {
pub r#type: String,
/// The property value.
#[serde(rename = "$text")]
pub value: Option<String>,
}