pub fn resolve_refs( node: &mut SchemaNode, root_json: &Value, visited: &[String], ) -> Result<(), Error>
Recursively resolves SchemaNode::Ref by looking up fragments in root_json.
SchemaNode::Ref
root_json