pub fn custom_data_path_components(
type_name: &str,
identifier: Option<&str>,
) -> Vec<String>Expand description
Returns path components for custom data: ["data", "custom", type_name, ...identifier segments].
Used by the catalog to build full object-store paths via make_object_store_path_owned.