-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
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
$ref property of path item object specified in swagger spec is not getting resolved properly when using swagger ui. #999
Comments
For now you can use one of many JSON Schema tools that resolve |
@mohsen1 Any chance you can recommend a tool that can do this? There seem to be a lot of tools that validate but don't provide a way to output the json after resolving |
@rmarscher check this out https://www.npmjs.com/package/json-refs |
@mohsen1 Thanks a lot. That worked perfectly to resolve the references. I think my problem was searching for JSON Schema tools instead of JSON References. |
Please follow this issue here: swagger-api/swagger-js#270 |
…ccessibility color contrast threshold.
…on_Model_properties_#4539 Update inline style from swagger-api#999 to swagger-api#666 to meet accessibility color con…
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: