pub fn validate_module_config_value(
field: &ModuleConfigField,
value: &Value,
) -> Result<(), String>Expand description
Validates one System Plane configuration write against its immutable Module descriptor. This is deliberately independent of the storage implementation so every Managed Service applies the same type rules.