Comparing version 0.6.5 to 0.6.6
{ | ||
"name": "ajv", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Another JSON Schema Validator", | ||
@@ -5,0 +5,0 @@ "main": "lib/ajv.js", |
@@ -87,3 +87,3 @@ # ajv - Another JSON Schema Validator | ||
You can add additional formats and replace any of the formats above using [addFormat](#addformatstring-name-stringregexpfunction-format) method. | ||
You can add additional formats and replace any of the formats above using [addFormat](#api-addformat) method. | ||
@@ -161,3 +161,3 @@ You can find patterns used for format validation and the sources that were used in [formats.js](https://github.com/epoberezkin/ajv/blob/master/lib/compile/formats.js). | ||
##### .addFormat(String name, String|RegExp|Function format) | ||
##### <a name="api-addformat"></a>.addFormat(String name, String|RegExp|Function format) | ||
@@ -164,0 +164,0 @@ Add custom format to validate strings. It can also be used to replace pre-defined formats for ajv instance. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
367968