instrumenta / openapi2jsonschema

Convert OpenAPI definitions into JSON schemas for all types in the API
Other
226 stars 87 forks source link

Issue #32: Windows: urlopen error #33

Open poutysquire10 opened 4 years ago

poutysquire10 commented 4 years ago

For windows local path the base_uri parameter of JsonRef.replace_refs(...) requires three slashes i.e. file:///d:\mydir\subdir...

gcornacchia commented 4 years ago

I tried this fix and it works really well! can you include in your next release?