Skip to content

Commit

Permalink
fix for #483, allows swagger-api/swagger-ui#414 to show multi-select …
Browse files Browse the repository at this point in the history
…drop-downs
  • Loading branch information
fehguy committed Mar 12, 2014
1 parent d4d08c3 commit 6ee5793
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ object SwaggerSerializers extends Serializers {
("required" -> x.required) ~
toJsonSchema("type", x.dataType) ~
("paramType" -> x.paramType) ~
("allowMultiple" -> x.allowMultiple) ~
("paramAccess" -> x.paramAccess)

x.allowableValues match {
Expand Down

0 comments on commit 6ee5793

Please sign in to comment.