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
The swagger 2.0 spec says that the format for types is optional:
Primitives have an optional modifier property format.
However, swagger-ui fails to load a spec (with no error messge) if a parameter type is "type" : "integer" but omits either "format" : "int32" or "format" : "int64".
swagger-ui should load such specs that do not contain the format.
The swagger 2.0 spec says that the format for types is optional:
However, swagger-ui fails to load a spec (with no error messge) if a parameter type is
"type" : "integer"
but omits either"format" : "int32"
or"format" : "int64"
.swagger-ui should load such specs that do not contain the
format
.See also @webron 's comment on swagger-spec#162
The text was updated successfully, but these errors were encountered: