gulp-jsonschema-bundle
Gulp plugin to bundle external $ref references (file+http) into a single json schema
Install
$ npm install --save-dev gulp-jsonschema-bundle
Usage
var gulp = ;var jsonschemaBundle = ; var schemaFiles = '*.schema.json' definitionsFiles = 'definitions/' + schemaFiles buildFolder = 'build'; gulp; gulp; gulp;
API
Currently, dependant on json-schema-ref-parser
jsonschemaBundle([options])
options
see: bundle
License
MIT © oori