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: <img width="425" height="140" alt="Image" src="https://github.com/user-attachments/assets/e7df964a-2346-4e34-b7f8-0165ace94f7c" /> ` { $id: 'https://localhost:44352/schema/root.json' } ` A relative ref will fail to resolve for `$ref: './schema/other.json'`