As part of issue #1160, it looks like the default value for "collectionFormat" for parameters was changed to "multi". However, according to the Swagger specification, the default is supposed to be "csv":
collectionFormat
string
[...]
Default value is csv.
I realize there's been some discussion about changing the default to "multi" in version 3.0 of the spec, but swagger-core is currently supposed to be compatible with version 2.0, right? As it stands now, this breaks APIs that rely on the default behaviour provided for in the spec.