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
With the update to swagger 1.2, there are a few more changes that apply to models and all data types.
They have broken several common data types into two pieces; type and format. For example long is now 'integer' and 'int64' respectively.
Currently swagger-ui works with the old formats, even though there are a few bugs to give it away. These issues may need to be addressed when doing model generation.
The text was updated successfully, but these errors were encountered:
With the update to swagger 1.2, there are a few more changes that apply to models and all data types.
They have broken several common data types into two pieces; type and format. For example long is now 'integer' and 'int64' respectively.
Currently swagger-ui works with the old formats, even though there are a few bugs to give it away. These issues may need to be addressed when doing model generation.
The text was updated successfully, but these errors were encountered: