Forum Discussion
scanon
6 years agoNew Contributor
I am using the swagger editor v3.0.1
components:
schemas:
Person: $ref: "//PersonProfile.json"
RonRatovsky
Staff
6 years agoSwagger 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).