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
Based on the fact that the first example works fine in Swagger Editor (http://editor.swagger.io/) but not in Swagger UI, I am a little puzzled whether this type property should be there by the spec though.
The text was updated successfully, but these errors were encountered:
codymwalker
added a commit
to codymwalker/node-red-node-swagger
that referenced
this issue
Jun 18, 2015
Swagger UI from Swagger.io recently added the support for the inline schema.
Here is the issue:
swagger-api/swagger-ui#1133
and here is the commit that fixed it:
swagger-api/swagger-js@91eff39
I have noticed that the inline schema swagger node generates is missing type property for schema object.
The following inline schema displays "undefined" under Data Type column of Swagger UI's parameter view.
The following inline schema displays the model correctly under Data Type column.
Based on the fact that the first example works fine in Swagger Editor (http://editor.swagger.io/) but not in Swagger UI, I am a little puzzled whether this
type
property should be there by the spec though.The text was updated successfully, but these errors were encountered: