We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The below piece of code is in swagger.json
"paths":{ "/path/to/action":{ "$ref":"http://same.domain.com/action_doc.json" } }
references another file in the same domain. As shown in the example here https://github.com/swagger-api/swagger-spec/blob/master/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions.json#L32
Any advise would be helpful.
The text was updated successfully, but these errors were encountered:
Do you experience an issue with a specific swagger-related tool?
Sorry, something went wrong.
Using swagger ui.
Then please open an issue on swagger-ui :)
No branches or pull requests
The below piece of code is in swagger.json
references another file in the same domain.
As shown in the example here
https://github.com/swagger-api/swagger-spec/blob/master/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions.json#L32
Any advise would be helpful.
The text was updated successfully, but these errors were encountered: