From ffb689c5fed816a3fe54bf69d52f1817385ecb7d Mon Sep 17 00:00:00 2001 From: Timothy Lai Date: Tue, 2 Jun 2020 16:37:58 -0700 Subject: [PATCH] housekeeping: correct oas3 schema definition for file --- test/data/sample-multipart-oas3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/sample-multipart-oas3.js b/test/data/sample-multipart-oas3.js index 0c23fad2a..7efbee80f 100644 --- a/test/data/sample-multipart-oas3.js +++ b/test/data/sample-multipart-oas3.js @@ -88,7 +88,7 @@ export default { description: 'The list of files', type: 'array', items: { - type: 'file', + type: 'string', format: 'binary' } }