-
- *[Joi](https://github.com/hapijs/joi): The most powerful schema description language and data validator for JavaScript.
- *[validator](https://github.com/validatorjs/validator.js): A library of str…
-
The addition of `exclusiveMaximum` / `exclusiveMinimum` to `negative` / `positive` number type schemata in v4.1.0 opens up a rabbit hole.
When using `joi-to-json` to generate OpenAPI models, the re…
-
Hi, I just wanted to drop in here and see if I could get some cooperation to update the documentation a bit. I understand the validation is done using Joi, and I have been able to triangulate between …
-
**Describe the bug**
When using a joiResolver together with a .custom() validation function and mode 'all' it only updates the error state on submit and not on change or on blur
**To Reproduce**
…
-
* *is this issue currently blocking your project?* (yes/no): no
* *is this issue affecting a production system?* (yes/no): no
#### Context
* *node version*: 14.x
* *module version with issue*:…
-
Using JOI validation with lazy(fn) to check recursive validation. In this case swagger failed to load routes even all routes are working. Below are all the generated logs.
> Failed to build API doc…
-
# Enhancement
Hi, recently I started to replace old Joi validation with [ZOD](https://github.com/colinhacks/zod). The problem is ZOD validators are ignored.
I think it would be possible to detec…
-
**Is your feature request related to a problem? Please describe.**
To prevent unnecessary calls to the backend, endpoint request data should be validated.
**Describe the solution you'd like**
- […
-
# Issue
## Environment
```bash
npx envinfo --npmPackages '*hapi*' --binaries
```
npx: installed 1 in 0.948s
Binaries:
Node: 12.16.2 - ~/.nvm/versions/node/v12.16.2/bin/node
Y…
-
Is the intention here to allow null but not empty string?
Maybe not for now, but I've noticed a lot of the schema validation code here is tricky. There are some libraries we use in other places to …