diff --git a/dist/swagger-ui.js b/dist/swagger-ui.js index 2f6d71b18f6..6721553a435 100644 --- a/dist/swagger-ui.js +++ b/dist/swagger-ui.js @@ -4167,6 +4167,8 @@ Operation.prototype.getType = function (param) { if (param.items) { str = this.getType(param.items); } + } else if (type === 'file') { + str = 'file'; } if (param.$ref) {