Skip to content

Commit

Permalink
Merge pull request #1238 from cvlab/patch-1
Browse files Browse the repository at this point in the history
Fix mistype in README.md
  • Loading branch information
epoberezkin committed Jun 27, 2020
2 parents f3cb494 + e7f0c81 commit 140cfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -321,7 +321,7 @@ You can add additional formats and replace any of the formats above using [addFo

The option `unknownFormats` allows changing the default behaviour when an unknown format is encountered. In this case Ajv can either fail schema compilation (default) or ignore it (default in versions before 5.0.0). You also can whitelist specific format(s) to be ignored. See [Options](#options) for details.

You can find regular expressions used for format validation and the sources that were used in [formats.js](https://github.com/ajv-validatorv/ajv/blob/master/lib/compile/formats.js).
You can find regular expressions used for format validation and the sources that were used in [formats.js](https://github.com/ajv-validator/ajv/blob/master/lib/compile/formats.js).


## <a name="ref"></a>Combining schemas with $ref
Expand Down

0 comments on commit 140cfa6

Please sign in to comment.