Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Mar 7, 2021
1 parent 9314b09 commit 35cad46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -684,6 +684,8 @@ Determines whether the validator should validate securities e.g. apikey, basic,

Determines whether the validator should validate the OpenAPI specification. Useful if you are certain that the api spec is syntactically correct and want to bypass this check.

*Warning:* e certain your spec is valid. And be sure you know what you're doing! express-openapi-validator _*expects*_ are valid spec. If incorrect, the validator will behave erradically and/or throw Javascript errors.

- `true` (**default**) - validate the OpenAPI specification.
- `false` - do not validate the OpenAPI specification.

Expand Down

0 comments on commit 35cad46

Please sign in to comment.