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 2db5af4 commit ff11ab3Copy full SHA for ff11ab3
src/cluster_api/clusterclasses.rs
@@ -1539,7 +1539,7 @@ pub struct ClusterClassStatusVariablesDefinitionsSchemaOpenApiv3Schema {
1539
/// Enum is the list of valid values of the variable.
1540
/// NOTE: Can be set for all types.
1541
#[serde(default, skip_serializing_if = "Option::is_none", rename = "enum")]
1542
- pub r#enum: Option<Vec<BTreeMap<String, serde_json::Value>>>,
+ pub r#enum: Option<Vec<serde_json::Value>>,
1543
/// Example is an example for this variable.
1544
#[serde(default, skip_serializing_if = "Option::is_none")]
1545
pub example: Option<serde_json::Value>,
0 commit comments