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
Assigned the name property of an @ApiImplictParam the value of "format". The generated swagger json and yaml could not be validated when imported into swagger editor. Current workaround is to surround "format" in quotes i.e. "\"format\""
version = 1.5.10
The text was updated successfully, but these errors were encountered:
keith-murchison
changed the title
Validation fails for ApiImplicitParam with name attribute = "format"
Validation fails for ApiImplicitParam when name property has value of "format"
Mar 3, 2017
Assigned the name property of an
@ApiImplictParam
the value of"format"
. The generated swagger json and yaml could not be validated when imported into swagger editor. Current workaround is to surround "format" in quotes i.e."\"format\""
version = 1.5.10
The text was updated successfully, but these errors were encountered: