json-schema-ref-parser
json-schema-ref-parser copied to clipboard
Resolve function converts path to lowercase
https://github.com/APIDevTools/json-schema-ref-parser/blob/main/lib/util/url.js#L26
This function needs to be replaced because it is considered legacy and leads to unexpected behavior by converting path to lowercase. Example case
expected behavior: foo://barTest -> foo://barTest actual: foo://barTest -> foo://bartest
Duplicate of #49 ?
@afranke yea, i think so