📄️ Overview
The most basic way to define an API specification in typed-api-spec is using TypeScript types.
📄️ zod
zod is a TypeScript-first schema declaration and validation library.
📄️ Valibot
valibot is the open source schema library for TypeScript with bundle size, type safety and developer experience in mind.
📄️ Write your own integration
If you want to use a validation library which is not supported by typed-api-spec, you can write your own integration.