pub fn resolve_ref(ref_string: &str, openapi_doc: &Value) -> Value
Resolve a JSON $ref pointer like #/components/schemas/Foo.
$ref
#/components/schemas/Foo
Returns the resolved schema, or an empty object on failure.