Skip to content

Commit 226158a

Browse files
committed
Update build.js to reference current schema location
1 parent b037e53 commit 226158a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/support/Node_Validator/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const path = require("path")
33
const Ajv = require('ajv').default;
44
const standaloneCode = require("ajv/dist/standalone").default
55
const addFormats = require('ajv-formats').default;
6-
const schema = require("../../docs/CVE_JSON_bundled.json")
6+
const schema = require("../../docs/CVE_Record_Format_bundled.json")
77

88
function reduceSchema(o) {
99
for(prop in o) {

0 commit comments

Comments
 (0)