aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ajv/lib/compile/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ajv/lib/compile/rules.js')
-rw-r--r--node_modules/ajv/lib/compile/rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/ajv/lib/compile/rules.js b/node_modules/ajv/lib/compile/rules.js
index eaeab77fa..44830ad72 100644
--- a/node_modules/ajv/lib/compile/rules.js
+++ b/node_modules/ajv/lib/compile/rules.js
@@ -20,7 +20,7 @@ module.exports = function rules() {
var ALL = [ 'type' ];
var KEYWORDS = [
- 'additionalItems', '$schema', 'id', 'title',
+ 'additionalItems', '$schema', '$id', 'id', 'title',
'description', 'default', 'definitions'
];
var TYPES = [ 'number', 'integer', 'string', 'array', 'object', 'boolean', 'null' ];