Open
Description
flask-restplus version: 0.11
When you add an argument that can have a value from a list of choices, the type of the argument is string but the generated swagger docs indicate that the argument is a collectionFormat: multi
.
According to Swagger 2.0 specification (https://swagger.io/docs/specification/2-0/describing-parameters/) collectionFormat
is only applicable for type: array
.
I ran across this when trying to validate a generated swagger.json
Metadata
Metadata
Assignees
Labels
No labels