JSON to JSON Schema

JSON →
library 0.0.4 ·javascript abandoned
verified Jun 7, 2026

Convert a JSON value into a JSON Schema that describes its structure. This library infers types (string, number, boolean, array, object, null) and generates a basic JSON Schema draft-04 compatible output. Version 0.0.4 is the latest release, with no further updates since 2016. It is a lightweight utility suitable for quick schema generation, but lacks support for advanced features like pattern validation, enums, or custom keywords. Alternative libraries like jsonschema or ajv provide more comprehensive schema handling.