leadpony / justify-cli

Justify CLI is a command-line utility for validating JSON documents based on the JSON Schema specification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Justify CLI

Apache 2.0 License Latest release Build Status

WARNING: This repository has been archived as all activities are now happening in the repository of Justify.

Justify CLI is a command-line utility for validating JSON documents based on the JSON Schema specification.

Downloads

Check the Releases page to get the latest distribution.

This software requires Java 8 or higher.

Usage

For validating a JSON instance against a JSON schema:

$ justify.sh <path/to/JSON/schema> <path/to/JSON/instance>

For validating a JSON schema only:

$ justify.sh <path/to/JSON/schema>

Copyright Notice

Copyright © 2018-2019 the Justify authors. This software is licensed under Apache License, Versions 2.0.

About

Justify CLI is a command-line utility for validating JSON documents based on the JSON Schema specification.

License:Apache License 2.0


Languages

Language:Java 97.2%Language:Batchfile 1.4%Language:Shell 1.4%