bootprint-json-schema

Converts a json-schema into a static html page

Usage no npm install needed!

<script type="module">
  import bootprintJsonSchema from 'https://cdn.skypack.dev/bootprint-json-schema';
</script>

README

bootprint-json-schema

NPM version

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.

License

bootprint-json-schema is published under the MIT-license.

See LICENSE for details.

Release-Notes

For release notes, see CHANGELOG.md

Contributing guidelines

See CONTRIBUTING.md.