json-schema-strictly-typed

JSON →
library 0.0.14 ·javascript
verified Jun 7, 2026

A TypeScript library that provides a strictly-typed implementation of JSON Schema 7, disallowing nonsense combinations of fields. Current version 0.0.14, early-stage development with limited release cadence. Key differentiators: defines logical sub-types (e.g., JSSTIntegerWithBounds) for precise validation and includes optional faker field for strings. Alternatives like ajv focus on runtime validation, while this library emphasizes compile-time type safety with TypeScript.