-
**What version of Ajv are you using? Does the issue happen if you use the latest version?**
8.17.1
**Ajv options object**
```javascript
{
removeAdditional: true
}
```
**JSON Sc…
-
## Summary
With the pending completion of client-side validation for property values, it would be a good idea to go through our owned property pages and, where applicable, add property validation.
-
I want to validate value of a property based on the value of another property's value. Is it possible to do with yamale?
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### What happened?
* PRELIMINARY. More work on my side required to narrow down the cause.
* CURRENTLY CHECKING dependency changes, including junit.
Migrating from 4.0.46 to 4.2.1, the aggregat…
-
the properties mentioned in inspire profile validation at https://github.com/soilwise-he/SoilWise-documentation/blob/main/tech/docs/technical_components/metadata_validation.md are mentioned in the SO …
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I was trying to create a Property Graph Index with Nebula and got this error.
`('Nebul…
-
## Description
I'm trying to add a custom page to the Keystone 6 Admin UI, but I'm encountering two issues:
1. The custom page is not rendering (404 error when accessing it).
2. TypeScript is thr…
-
### Describe your motivation
Automatic constraint validation on every field change isn't always suitable. Consider these cases:
- Forms that should validate only on submit
- Fields with externa…
-
To validate this object:
`var o = {
a: {
b: {
p1: '',
p2: 'xxx'
}
}
};`
I had to write the next lines of code:
`validate(o, {'a.b.p1': {presence: true}, 'a.b.p2': {…