When resolving references using schema $id URLs, if the value of the baseUri specifies a port number it's not retained.
Is it necessary to override the port number here?
https://github.com/APIDevTools/json-schema-ref-parser/blob/main/lib/index.ts#L102-L104
Proposing to use the URL host value specified:

{ $id: 'https://localhost:44352/schema/root.json' }
A relative ref will fail to resolve for $ref: './schema/other.json'