We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09fe8b commit b9cdb66Copy full SHA for b9cdb66
index.js
@@ -23,6 +23,7 @@ class Validator {
23
this.addTypes(require("./ProtoDef/schemas/utils.json"));
24
this.addTypes(require("./ProtoDef/schemas/structures.json"));
25
this.addTypes(require("./ProtoDef/schemas/conditional.json"));
26
+ this.addTypes(require("./ProtoDef/schemas/primitives.json"));
27
}
28
29
addTypes(schemas) {
0 commit comments