pub fn apply_operation_to_multiple_fields( item: &Value, field_paths: &[&str], operation: &str, ) -> Result<Value, Error>
複数フィールドに対して同じ操作を適用(ケース1)