Remote Reference – $ref: 'document.json' Uses the whole document located on the same server and in the same location.
The element of the document located in the same folder – $ref: 'document.json#/myElement'
The element of the document located in the parent folder – $ref: '../document.json#/myElement'
The element of the document located in another folder – $ref: '../another-folder/document.json#
Does the middleware support remote references, as allowed by the official spec: https://swagger.io/docs/specification/using-ref/
What is the strategy for remote references?
Thanks!