at https://swagger.io/docs/specification/v3_0/serialization/, in the "Serialization and RFC 6570" section, the example has a comment "Using the default serialization for query parameters: style=form, explode=false, allowReserved=false", but the actual defaults for query parameters are style=form, explode=true, allowReserved=false.