<------------------------------ Starting
C:\path\to\jsonschema\node_modules\uri-js\dist\es5\uri.all.js:874
var matches = uriString.match(URI_PARSE);
^
TypeError: Cannot read properties of undefined (reading 'match')
at parse (C:\path\to\jsonschema\node_modules\uri-js\dist\es5\uri.all.js:874:29)
at Object.resolve (C:\path\to\jsonschema\node_modules\uri-js\dist\es5\uri.all.js:1124:75)
at resolveUrl (C:\path\to\jsonschema\node_modules\@hyperjump\json-schema-core\lib\common.js:17:27)
at Object.get (C:\path\to\jsonschema\node_modules\@hyperjump\json-schema-core\lib\schema.js:193:23)
at compileSchema (C:\path\to\jsonschema\node_modules\@hyperjump\json-schema-core\lib\core.js:112:37)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async compile (C:\path\to\jsonschema\node_modules\@hyperjump\json-schema-core\lib\core.js:33:21)
at async Object.validate (C:\path\to\jsonschema\node_modules\@hyperjump\json-schema-core\lib\core.js:25:20)
at async run (C:\path\to\jsonschema\index.js:14:20)
Produces output:
With the following package.json: