format
This commit is contained in:
parent
b9ba6e60d1
commit
f8737defc6
|
@ -296,7 +296,7 @@ pub enum SecurityType {
|
||||||
#[serde(flatten)]
|
#[serde(flatten)]
|
||||||
flow: OAuth2Flow,
|
flow: OAuth2Flow,
|
||||||
scopes: BTreeMap<String, String>,
|
scopes: BTreeMap<String, String>,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(serde::Deserialize, Debug, PartialEq)]
|
#[derive(serde::Deserialize, Debug, PartialEq)]
|
||||||
|
@ -334,5 +334,5 @@ pub enum MaybeRef<T> {
|
||||||
Ref {
|
Ref {
|
||||||
#[serde(rename = "$ref")]
|
#[serde(rename = "$ref")]
|
||||||
_ref: String,
|
_ref: String,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue