Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 7, 2016
1 parent 25c6fb3 commit a0f0114
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ You can pass the following Ajv options:

|Option|Description|
|---|:-:|
|'--v5'|support v5 proposals|
|'--all-errors'|collect all errors|
|'--verbose'|include schema and data in errors|
|'--json-pointers'|report data paths in errors using JSON-pointers|
|'--unique-items=false'|do not validate uniqueItems keyword|
|'--unicode=false'|count unicode pairs as 2 characters|
|'--format=full'|format mode|
|'--missing-refs'|pass `ignore` or `fail`|
|'--multiple-of-precision'|pass integer number|
|'--error-data-path=property'|data path in errors|
|'--messages=false'|do not include text messages in errors|
|`--v5`|support v5 proposals|
|`--all-errors`|collect all errors|
|`--verbose`|include schema and data in errors|
|`--json-pointers`|report data paths in errors using JSON-pointers|
|`--unique-items=false`|do not validate uniqueItems keyword|
|`--unicode=false`|count unicode pairs as 2 characters|
|`--format=full`|format mode|
|`--missing-refs`|pass `ignore` or `fail`|
|`--multiple-of-precision`|pass integer number|
|`--error-data-path=property`|data path in errors|
|`--messages=false`|do not include text messages in errors|

Options can be passed as both dash-case and camelCase.

Expand Down

0 comments on commit a0f0114

Please sign in to comment.