githubEdit

Validations

Learn about the built-in validation library.

Epic API ships with a built-in validation library with a Zod-like APIarrow-up-right!

The reason for adding a built-in library instead of directly using an existing validation library was to provide a fully environment-integrated validator with some extra features that are not provided by other validation libraries. However, the developers still have the choice to use a validator of their choice.

See the following documentationarrow-up-right to learn how the Oridune Validatorarrow-up-right works.

Last updated