hostmeta
: Fix value being wrapped in a tag
This commit is contained in:
parent
32f756f800
commit
49b1b8ba65
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ pub struct ResourceDescriptorPropertyXRD {
|
||||||
pub r#type: String,
|
pub r#type: String,
|
||||||
|
|
||||||
/// The property value.
|
/// The property value.
|
||||||
|
#[serde(rename = "$text")]
|
||||||
pub value: Option<String>,
|
pub value: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue