Forum Discussion
RonRatovsky
Staff
6 years agoPlease provide more information about your case. Swagger is a collection of tools and it's unclear which one you're using, and what your input to the tool is. With the additional details, hopefully we can guide you in the right direction.
scanon
6 years agoNew Contributor
I am using the swagger editor v3.0.1
components:
schemas:
Person: $ref: "//PersonProfile.json"
- RonRatovsky6 years ago
Staff
Swagger Editor, being a browser-based application, cannot access your file system. This is a browser/security limitation. If you want to access the file using a reference, you'll have to host it (even locally).