json-schema-strictly-typed
JSON →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.
Resources
packagejson-schema-strictly-typed ↗