pub fn first_reference_name(value: Option<&Value>) -> Option<String>Expand description
The first reference name of a reference_selection param value (a plain
string, a {name} object, or an array of either — post-sanitization it is an
array). Exact match only; no [N] index / snapshot scoring.