Skip to main content

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 package
GitHub repo

Getting Started

One-off:

npx v8r@latest <filename>

Local install:

npm install -g v8r
v8r <filename>