JSON Validator NodeJS script that validates JSON data against a given JSON schema Prerequisites - NodeJS, npm Install packages npm i Run script node jsonValidate.js <json-file-path> <schema-file-path>