-
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
Swagger 2 - ui ignoring "description" fields? #578
Comments
yes, this is a bug and will be addressed. |
Fixed with swagger-api/swagger-js@f2a5ae3 as i observed |
This is happening using online swagger editor and master branch |
@AvihayTsayeg - the swagger-editor is an independent project. If you experience issues with it, please open a ticket on it directly. |
The editor shows tag description in |
Thx @mohsen1, again thx for your answers ! |
It's not an issue as of 3249125 |
Just trying to use swagger for the first time and I decided to start with second version. I cloned develop_2.0 branch as suggested here: #568
I commented the line in index.html that load swagger.js and left the swagger-client.js one. It seems to work with 2.0 spec now but it doesn't seem to display description fields neither from Operation Object nor from model's properties. I'm using the example from http://wordnik.github.io/swagger-editor/ and though there are many descriptions there they aren't displayed by the swagger-ui
The text was updated successfully, but these errors were encountered: