So I'm trying to use this node package. The usage instructions state that I need to require
a JSON file. Something like this :
var myschema = require('schema.json');
But when I run this it wants to find a node package by the name of 'schema.json' and throws an error "Cannot find module 'schema.json'". How do I avoid this error?