Skip to content

Ruby JSON Schema Validator + cli

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.md
MIT
LICENSE-multi_json.md
Notifications You must be signed in to change notification settings

ottopoellath/json-schema

 
 

Repository files navigation

Ruby JSON Schema Validator + cli

This is a fork of hoxworth/json-schema, to which I've added a minimalistic command line interface.

Installation

To install this gem straight from GitHub, use the specific_install rubygems plugin:

  • First install specific_install: gem install specific_install
  • Then install this fork of json-schema: gem specific_install -l https://github.com/ottopoellath/json-schema.git

Usage

Validate a JSON file against a JSON schema file

$ json-schema myschema.json.schema myfile.json

About

Ruby JSON Schema Validator + cli

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.md
MIT
LICENSE-multi_json.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%