pub fn unwrap_type_value(value: &Value) -> Option<&Value>
Unwrap a Value::Record that carries the $lash_type marker back into the inner JSON-Schema value. Returns None when the value is not a wrapped Type literal.
Value::Record
$lash_type
None