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 4dfbf42 commit 4a7ed6eCopy full SHA for 4a7ed6e
lib/validator.js
@@ -55,7 +55,7 @@ class Validator {
55
}
56
57
function createValidator(subprotocol, json) {
58
- const ajv = new Ajv();
+ const ajv = new Ajv({strictSchema: false});
59
addFormats(ajv);
60
ajv.addSchema(json);
61
return new Validator(subprotocol, ajv);
0 commit comments