We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0232ac3 commit 1c4ebc0Copy full SHA for 1c4ebc0
1 file changed
commands/options.js
@@ -16,6 +16,9 @@ var AJV_OPTIONS = {
16
'all-errors': { type: 'boolean' },
17
'verbose': { type: 'boolean' },
18
'json-pointers': { type: 'boolean' },
19
+ 'strict-keywords': { type: 'boolean' },
20
+ 'strict-defaults': { type: 'boolean'},
21
+ 'strict-numbers': { type: 'boolean'},
22
'unique-items': { type: 'boolean' },
23
'unicode': { type: 'boolean' },
24
'format': { anyOf: [
0 commit comments