-
Implement JSON Schema validator.
http://json-schema.org/example1.html
-
Hi aMeta devs, I'm encountering an error setting up and running aMeta that I was hoping to get some help with.
This is my first time using snakemake so apologies if this error is very obvious.
…
-
As discussed during today's call, we need a validator for the JSON response that goes further than only checking whether there is a response or not.
RalfG updated
4 years ago
-
I always use [this](https://jsonschema.net/#/editor) site for generating json schema, but they updated generator and for now Rest Assured can't understand the new standard. Maybe need to update Rest A…
-
### Tool Name
micronaut-json-schema
### Tool Description
micronaut-json-schema adds the generation of JSON Schema from Java classes.
### Action Type
- [X] Add Tool
- [ ] Modify Tool
### Tooling …
-
### 🔖 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…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Run the code below with:
```bash
# with pydantic 2.9.2
uv run --with devtools --with 'pydantic==2.9.2' additional_…
-
I had a go at this, and bumped into the following, I needed to add these imports myself, in order to be able to run the example on the readme, could be helpful to add them to the docs.
```
import…
-
I cannot get a schema string to load. I consistently get a TypeError expecting an object but found string with my implementation and then when I try to run the basic example with json string from your…
-
Hey !
So im trying to use this library for validating my Json in Java 17 version. It worked for the previous versions but now that I have upgraded to Java 17 , the library doesnt seem to work.
…