pub fn structured_surface_value(
operation: &OperationId,
title: impl Into<String>,
message: impl Into<String>,
summary: Value,
result: Value,
) -> ValueExpand description
Builds a package-surface value with standard human-readable metadata while preserving object fields from the concrete operation result at the top level.