We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8db1f commit 7cc506fCopy full SHA for 7cc506f
compiler-rs/clients_schema_to_rest_api_spec/src/spec.rs
@@ -71,6 +71,7 @@ pub struct Body {
71
#[derive(Debug, Serialize)]
72
pub struct Deprecation {
73
pub version: String,
74
+ #[serde(skip_serializing_if = "String::is_empty")]
75
pub description: String,
76
}
77
0 commit comments