Introduction
v8r is a command-line validator that uses Schema Store to detect a suitable schema for your input files based on the filename.
NPM packageGitHub repo
Getting Started
One-off:
npx v8r@latest <filename>
Local install:
npm install --save-dev v8r
npx v8r <filename>