# README
JSON Schema Validator
A small tool that validates JSON files by their $schema
field.
[!WARNING] Currently this tool is my hobby project and under development.
License
# Packages
No description provided by the author
# Functions
Varidate some json file with schema that its included throw error if file not have schema field or mismatch with schema
filePath path to json file ignoreNonSchema if true, ignore file that not have schema field.