# File lib/json-schema/util/uri.rb, line 51 def self.file_uri(uri) parsed_uri = parse(uri) Addressable::URI.convert_path(parsed_uri.path) end