pub fn validate_transcript_path(
object: &Map<String, Value>,
) -> Result<Option<String>>Expand description
Validates the null-tolerant transcript_path base field: missing or
null maps to None, a non-empty string maps to Some. Empty strings
and other types fail closed. A null child path is never replaced with a
parent path here or anywhere downstream.