Categorygithub.com/Omochice/json-schema-validator
modulepackage
0.1.0
Repository: https://github.com/omochice/json-schema-validator.git
Documentation: pkg.go.dev

# 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

zlib

# 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.