Skip to main content

multi_select_schema_with_property_name

Function multi_select_schema_with_property_name 

pub fn multi_select_schema_with_property_name(
    property: &str,
    choices: &[String],
    min_items: usize,
    max_items: usize,
) -> Value
Expand description

Internal — mirrors single_select_schema_with_property_name so the SENSITIVE_PROPERTY_NAMES trip-wire guards the multi-select path too, keeping the invariant uniform for future callers.