scalar / openapi-parser

Modern OpenAPI parser written in TypeScript
MIT License
23 stars 5 forks source link

try djv as an alternative to ajv #97

Open hanspagel opened 1 month ago

hanspagel commented 1 month ago

maintained alternative to ajv:

https://github.com/korzio/djv

afonsojramos commented 2 weeks ago

Have you also considered Zod? It is definitely one of the most popular schema validation libraries right now!

hanspagel commented 5 days ago

It’s cool, but AFAIK it doesn’t use JSON Schema as an input. 🤔 I wonder if I should ditch the JSON Schema and go all-in on Zod, though.