summaryrefslogtreecommitdiffstats
path: root/src/resp_types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp_types.rs')
-rw-r--r--src/resp_types.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resp_types.rs b/src/resp_types.rs
index d2ec489..279c924 100644
--- a/src/resp_types.rs
+++ b/src/resp_types.rs
@@ -195,6 +195,8 @@ pub struct RespInstanceSoftwareInfo<'a> {
#[derive(Deserialize, Debug)]
pub struct RespInstanceInfo<'a> {
+ #[serde(default)]
+ pub description: Cow<'a, str>,
pub software: RespInstanceSoftwareInfo<'a>,
}