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 idea is validate and set default values in required/mandatory fields within cowboy_swagger:metadata(), according with swagger schema (http://swagger.io/specification).
For example, swagger_parameters() has 2 required fields name and in, so in case those fields aren't specified in cowboy_swagger:metadata(), default values should be set.
The text was updated successfully, but these errors were encountered:
The idea is validate and set default values in required/mandatory fields within
cowboy_swagger:metadata()
, according with swagger schema (http://swagger.io/specification).For example,
swagger_parameters()
has 2 required fieldsname
andin
, so in case those fields aren't specified incowboy_swagger:metadata()
, default values should be set.The text was updated successfully, but these errors were encountered: