typescript-json-validator
schema
typescript-json-validator | schema | |
---|---|---|
3 | 1 | |
227 | 2 | |
- | - | |
0.0 | 0.0 | |
9 months ago | almost 2 years ago | |
TypeScript | ||
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
typescript-json-validator
- (title: string)
-
Testing in production: using JSON Schema for 3rd party API response validation
I used https://github.com/ForbesLindesay/typescript-json-validator for a service I built recently. It parses TS types and turns them into a validator function - seems to work very well so far.
There’s a conversion of the typ to JSON schema under the hood.
-
I squeezed every brain cell to create this library
I just started using https://github.com/ForbesLindesay/typescript-json-validator.
schema
-
Testing in production: using JSON Schema for 3rd party API response validation
> As a side note, what do people think about JSON schema? I find it quite verbose and cumbersome
Agreed. But if you want to have validation and autocompletion in most editors, it is still the way to go. We use it to validate JSON content files for a CMS [1]. It is a little repetitive in our case (e.g. the `:name`/`:description` keys are repeated), but not that bad. Newer versions of JSON Schema [2] have improved in that respect, but most editors (or plugins) and tooling in general is still based on older versions. So we have to stick with those for a while.
[1] https://github.com/frontaid/schema/blob/master/frontaid-sche...
[2] https://json-schema.org/specification.html
If you have to deal with JSON a lot, you might want to checkout https://www.schemastore.org/json/ which has schemas for a large number of file types.
What are some alternatives?
runtypes - Runtime validation for static types
typebox - Json Schema Type Builder with Static Type Resolution for TypeScript
ts-json-schema-generator - Generate JSON schema from your Typescript sources
openapi-cop - A proxy that validates responses and requests against an OpenAPI document. https://www.npmjs.com/package/openapi-cop https://hub.docker.com/r/lxlu/openapi-cop
Recordari - Recordari is a type and structure validation tool for configuration files
iglu-central - Contains all JSON Schemas, Avros and Thrifts for Iglu Central
io-ts - Runtime type system for IO decoding/encoding
tiny-schema-validator - JSON schema validator
Snowplow - The leader in Next-Generation Customer Data Infrastructure