Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Sep 11, 2019
1 parent df060e4 commit de70c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ new OpenApiValidator(options).install(app);

**`coerceTypes:`** change data type of data to match type keyword. See the example in Coercing data types and coercion rules. Option values:

- false (default) - no type coercion.
- true - coerce scalar data types.
- true - (default) coerce scalar data types.
- false - no type coercion.
- "array" - in addition to coercions between scalar types, coerce scalar data to an array with one element and vice versa (as required by the schema).

**`multerOpts:`** the [multer opts](https://github.com/expressjs/multer) to passthrough to multer
Expand Down

0 comments on commit de70c73

Please sign in to comment.