Converts a json-schema into a static html page
This module is meant for use with the bootprint module:
npm install -g bootprint
npm install -g bootprint-json-schema
bootprint json-schema http://json-schema.org/schema target
The directory "target" should now contain a file index.html
and main.css
which contain a readble
form of the Core/Validation Meta-Schema.
bootprint-json-schema
is published under the MIT-license.
See LICENSE for details.
For release notes, see CHANGELOG.md
See CONTRIBUTING.md.