-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
JSON Schema Draft 2020-12 explains the way to display optional (nullable) values.
https://json-schema.org/draft/2020…
-
Hi,
we noticed this when bumping to json-schema-validator 2.2.14, we use `duplicate-finder-maven-plugin` to track jar hell (we build a fat jar) and it appears that the `draftv4/schema` resource is sl…
nomoa updated
4 months ago
-
**Describe the bug**
A clear and concise description of what the bug is.
When creating a new hanging protocol, any value that is an array with at least an object structure inside of it will raise …
-
Requirements from the [Product Spec](https://github.com/orgs/datacite/projects/28/views/9?pane=issue&itemId=77188731):
- As of the first week of 2025-01, XML metadata containing the following values …
-
Hello @hauner would you see any value in integrating an existing json schema validator into your project, rather than maintaining your own? If you can see any value in that, I'm happy to help, as the …
erosb updated
8 months ago
-
1. Extend Kitodo.Presentation extension to provide general validator functionalities
- [x] Reusable validation mechanisms e.g. `AbstractValidator` and `AbstractValidatorStack`
- [x] Implement…
-
### What would you like to discuss?
As per #826, since we won't rely on `frictionless-py`'s `validate()` function, we'll need to set up our own. As with good design, keeping the functions small and t…
-
**Describe the proposed feature**
Many JSON Schema validators support the ability to register external schemas based on their ID so they can be resolved at validation time.
The idea is that you pa…
-
**Describe the bug**
When looking at deserializing schemas from different versions of the schema to the new 1.2 I came across what may be a bug in how the schema version field deserialization is curr…
-
**Description**
I've discovered inconsistent behavior when generating types for optional fields which also provide a default value. See sandbox for more info
Given a simple `Item` schema:
```js…