MCPcopy Create free account
hub / github.com/json-editor/json-editor / checkKeywords

Function checkKeywords

docs/scripts/ajv-validator.js:2879–2882  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

2877 gen.var(valid, (0, codegen_1._) `${errsCount} === ${names_1.default.errors}`);
2878 }
2879 function checkKeywords(it) {
2880 (0, util_1.checkUnknownRules)(it);
2881 checkRefsAndKeywords(it);
2882 }
2883 function typeAndKeywords(it, errsCount) {
2884 if (it.opts.jtd)
2885 return schemaKeywords(it, [], false, errsCount);

Callers 2

validateFunctionCodeFunction · 0.85
subschemaCodeFunction · 0.85

Calls 1

checkRefsAndKeywordsFunction · 0.85

Tested by

no test coverage detected