This package has been deprecated

Author message:

This package is no longer maintained. Please look for alternatives or bring it in to your project and maintain it yourself.

grunt-jsv

0.1.7 • Public • Published

grunt-jsv

A Grunt Task for validating JSON files using JSV.

Build Status

Getting Started

# Add the module to your project 
npm install grunt-jsv --save-dev
// Load the module in your Gruntfile
grunt.loadNpmTasks('grunt-jsv');

Of course, you'll need to be using Grunt

Usage

// Configure the task by providing schemas with JSON files to validate
grunt.config.init({
    // ...
    jsv: {
        your_target: {
            files: {
                'schema/your-schema.json': ['json/*.json']
            }
        }
    }
    // ...
});
# Run the task 
grunt jsv

Schema Support

JSV includes support upto draft v3 of the JSON Schema specification. This plugin will not work with new changes and functionality introduced in draft v4 and beyond.

License

Copyright (c) 2014 Jahed Ahmed

Licensed under the MIT license.

Package Sidebar

Install

npm i grunt-jsv

Weekly Downloads

0

Version

0.1.7

License

none

Last publish

Collaborators

  • jahed