Detalhes do pacote

jsonvalidator-cli

rramaa182MIT1.0.0

Validate JSON against JSON Schema with a command line interface (CLI).

json, schema, jsonschema, validator

readme (leia-me)

Forked from fmahnke/jsonschema-cli

This module provides a simple command line interface to Tom de Grunt's JSON schema validator.

Usage is simple:

validateJson.js -d <jsonPath> -s <schemaPath> [...]

The module will validate all provided schemas against JSON Schema v4, then validate the given JSON file against all the schemas. The output from the validator will be shown, including any errors during validation.