Registry / devops / bootprint-json-schema

bootprint-json-schema

JSON →
library4.0.4jsnpmunverified

Converts a JSON Schema into a static HTML page. Current stable version is 4.0.4, released as part of the bootprint-monorepo. The package is designed to work with the bootprint module (peer dependency ^4.0.1). It generates readable HTML documentation from JSON Schema files. The release cadence is low as the project is in maintenance mode. Compared to other JSON Schema documentation tools, it focuses on simplicity and direct bootprint integration.

npm install bootprint-json-schema
INSTALL
IMPORT
SIG · BOOTPRINT-JSON-SCH
B
bootprint-json-schema
devopsjavascriptv4.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bootprint-json-schema
npm install bootprint-json-schema
npm install bootprint-json-schema --save-dev
Typically installed globally alongside bootprint for CLI usage

Shows how to install bootprint and bootprint-json-schema globally, then convert a JSON Schema URL to a HTML page in the target directory.

npm install -g bootprint@4 bootprint-json-schema@4 bootprint json-schema http://json-schema.org/schema target
Debug
Known issues
deprecatedPackage is in maintenance mode
fix
Consider using alternatives like json-schema-to-markdown or json-schema-documenter
affects: all
gotchaRequires bootprint as peer dependency – must be installed separately
fix
Run 'npm install -g bootprint@4' before using bootprint-json-schema
affects: >=4.0.0
gotchaOnly works with JSON Schema draft-04 and draft-06; newer drafts may not be fully supported
fix
Use tools like @adobe/jsonschema2md for newer drafts
affects: all
Errors
Common errors & fixes
Error: Cannot find module 'bootprint'
bootprint not installed as a peer dependency
fix
npm install -g bootprint@4
TypeError: bootprint is not a function
Using incompatible bootprint version (e.g., v5)
fix
Install bootprint version matching ^4.0.1
Upgrade
Version history
4.0.4latest on npm
Audit
Dependencies
bootprintrequiredCore dependency required to generate HTML output
Agent activity
6 hits · last 30 days
node
6
Resources
bootprint-json-schema — npm install bootprint-json-schema · libregistry