Skip to content

Commit 2e769a2

Browse files
authored
housekeeping: correct oas3 schema definition for file (#1552)
1 parent 0987f3f commit 2e769a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data/sample-multipart-oas3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default {
8888
description: 'The list of files',
8989
type: 'array',
9090
items: {
91-
type: 'file',
91+
type: 'string',
9292
format: 'binary'
9393
}
9494
}

0 commit comments

Comments
 (0)