hostmeta
: Fix type not being an attribute
This commit is contained in:
parent
a020861e33
commit
32f756f800
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ pub struct ResourceDescriptorTitleXRD {
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
pub struct ResourceDescriptorPropertyXRD {
|
pub struct ResourceDescriptorPropertyXRD {
|
||||||
/// The property identifier, or type.
|
/// The property identifier, or type.
|
||||||
#[serde(alias = "@type")]
|
#[serde(rename = "@type")]
|
||||||
pub r#type: String,
|
pub r#type: String,
|
||||||
|
|
||||||
/// The property value.
|
/// The property value.
|
||||||
|
|
Loading…
Reference in a new issue