-
I believe the existing schema API is already based heavily on [`Joi`](https://github.com/hapijs/joi). I think it would make a lot of sense to just move to it completely.
1. Reduce complexity of `think…
-
Have you guys used [Joi](https://github.com/hapijs/joi)? I use Joi on the server-side with Hapi and really love it.
I just got started with Ampersand and also really, really love `ampersand-state`. W…
-
-
I will add the joi validation to the user schema
Please assign this issue to me and add the 'hacktoberfest' label to it.
-
**Description**
The OpenAPI spec I'm working with has `pattern`, `nullable`, and `format` attributes all over the place, and these are not turned into JSDOC tags.
Other tools, like `@openapi-cod…
-
Add Backend Joi Validation, right now In the project using a validator and doing validation one by one field, my suggestion is to add payload validation.
Please assign me! @ayushgupta4002
-
## Problem
Before saving data to the database, it's common to perform validation.
When using Prisma to save user data (in an API), Prisma will perform runtime validation before saving to the data…
-
Problem:
Currently, the system lacks a robust data validation mechanism, resulting in potential data inconsistencies and errors. This leads to difficulties in maintaining data integrity and can cause…
-
-
At the moment, `@kbn/config-schema` is slow because Joi is admittedly slow, and not focused on increasing performance in the short-term: https://github.com/sideway/joi/issues/2340#issuecomment-6080033…