I'm tinkering with OpenAPI and I would like to make my components definition available in a separate file. I understand that this is achieved through domains created on SwaggerHub. My problem is that I am at the stage when I am still playing around and would love to avoid publishing stuff on a third-party site.
Is there a way to reference a domain with $ref
a local file (and avoid referencing a file on SwaggerHub.com)?