Skip to main content

validate_transcript_path

Function validate_transcript_path 

Source
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.