---
title: "Validators"
description: "Learn about validating data with @hey-api/openapi-ts."
url: "https://heyapi.dev/docs/openapi/typescript/validators"
---

There are times when you cannot blindly trust the server to return the correct data. You might be working on a critical application where any mistakes would be costly, or you’re simply dealing with a legacy or undocumented system.

Whatever your reason to use validators might be, you can rest assured that you’re working with the correct data.

## Features

[Section titled “Features”](#features)

* seamless integration with `@hey-api/openapi-ts` ecosystem
* schemas for requests, responses, and reusable definitions

## Options

[Section titled “Options”](#options)

Hey API natively supports the following validators.

* [Valibot](https://heyapi.dev/openapi-ts/plugins/valibot)
* [Zod](https://heyapi.dev/openapi-ts/plugins/zod)
* [Ajv](https://heyapi.dev/openapi-ts/plugins/ajv) Vote
* [Arktype](https://heyapi.dev/openapi-ts/plugins/arktype) Vote
* [Joi](https://heyapi.dev/openapi-ts/plugins/joi) Vote
* [TypeBox](https://heyapi.dev/openapi-ts/plugins/typebox) Vote
* [Yup](https://heyapi.dev/openapi-ts/plugins/yup) Vote

Don’t see your validator? Let us know your interest by [opening an issue](https://github.com/hey-api/openapi-ts/issues).

## Examples

You can view live examples on [StackBlitz](https://stackblitz.com/orgs/github/hey-api/collections/openapi-ts-examples) or on [GitHub](https://github.com/hey-api/openapi-ts/tree/main/examples).
