Skip to content

Commit

Permalink
fixup! add support for 'pedanticCheck' option
Browse files Browse the repository at this point in the history
  • Loading branch information
antialias committed Apr 23, 2020
1 parent 088d338 commit 50204be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var defaultOptions = {
reportPathAsArray: false,
// stops validation as soon as an error is found, true by default but can be turned off
breakOnFirstError: true,
// check if schema follow best practices and common sence
// check if schema follows best practices and common sense
pedanticCheck: false,
// ignore unknown formats (do not report them as an error)
ignoreUnknownFormats: false,
Expand Down

0 comments on commit 50204be

Please sign in to comment.