You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I specify my api with the swagger-editor, download it as json and put it as static content on my webserver. Everything works well. However, when I want to display the generated api.json with swagger-ui (the latest from the master branch), it happens that it cannot render data of type "number" and format "double" in the model schema. It just omit these data types. Every other types are rendered correctly. Once I change the type to "integer" it works perfectly.
Here you can find my swagger.yml and .json file as well as two screenshots showing what swagger-ui renders (and not renders)
The text was updated successfully, but these errors were encountered:
I specify my api with the swagger-editor, download it as json and put it as static content on my webserver. Everything works well. However, when I want to display the generated api.json with swagger-ui (the latest from the master branch), it happens that it cannot render data of type "number" and format "double" in the model schema. It just omit these data types. Every other types are rendered correctly. Once I change the type to "integer" it works perfectly.
Here you can find my swagger.yml and .json file as well as two screenshots showing what swagger-ui renders (and not renders)
The text was updated successfully, but these errors were encountered: