pub fn schema_path_to_data_pointer(path: &str) -> Cow<'_, str>Expand description
Fast conversion from schema path (e.g. #/foo/properties/bar)
to data JSON pointer (e.g. /foo/bar).
Strips leading #, removes properties segments, and ensures a leading /.