-
### Problem
We would like the ability to provide extended validation rules for fields in the schema and then validate them at parse time in PBJ. The primary reason for this is security to limit the…
-
Helpful utilities for working with Sanity.
- Useful schema functions
- Useful Validation, hidden, and readOnly functions
- Other utilities for use in Sanity
-
**Issue type:**
[ x] question
[ ] bug report
[ x] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ x] `mysql` / `mariadb`
[…
-
Hi,
I have a schema and data json. Based on the schema there should be two schema validation errors, but rapidjson is only reporting the first one.
schema json:
{
"type": "object",
"prope…
-
Hey, thank you for creating this repository, I really like it on paper and hopefully I'll be able to utilize and contribute as much as I can :)
I just spend a good amount of time wondering why my s…
-
Dear helpdesk,
I'm struggling with the validator since this afternoon, I tried both staging and prod instances. I have actually 2 issues:
1. When trying to test dataset validity, I get an "Error…
-
A lot of places in the code base use the Gson or Jackson library to do JSON processing (and a bit of data binding).
These should be refactored to use Java EE JSON-P (around since EE7) and JSON-B in…
-
### 🔖 Feature description
Hi there,
we are using novu with a nestjs service, and have multiple classes already defined with class-validator for validation and dont use zod right now. Would it be pos…
-
A little improvement suggestion: you could use Zod to validate responses from AI's, this way you won't need to be reimplementing the wheel with custom validation anymore and expected scheme shape will…
-
I'm getting this warning while deploying using serverless cli
```
Serverless: Configuration warning at 'functions.cron.events[0].schedule': unrecognized property 'timezone'
Serverless:
Serverles…