-
### Reason/Context
As of today, we used `java-json-tools/json-schema-validator` for all the things related to JSON schema validation in OpenAPI, AsyncAPI and GraphQL schema tests. However, this libra…
-
Needs data model from #1 #2
See: https://json-schema.org/blog/posts/get-started-with-json-schema-in-node-js
-
### Tool Name
Jaronuinga
### Tool Description
**Jaronuinga** is simple JSON Schema validator written in Java. It is based on JSONP 1.1 and has no other dependencies.
The initial purpose of the lib…
-
The validator only validates against the JSON schema if the remote validator is not configured.
In this case a warning should be issued.
-
I face a STAC validation error from stac-browser, related to the timestamps extension:
```
timestamps v1.1.0 Extension
/properties/published must match format "date-time" (format: date-time)
/ty…
-
What i want:
- [x] Zod as full-fledged validator (by using `json-schema-to-zod`)
- [x] Validator based on `@cfworker/json-schema`
- [x] Maybe async validation support for full form validation
-…
-
# Issue
When opening a document with invalid spec, during the decoding of a document _regardless_ of `bypass`ing the document check, we ignore any errors that come up from decoding (ex. `_ = parsed…
-
Other than your input validator, consider the JSON Schema validator (jsonschema.org). Although similar, it has the advantage of write-once, run anywhere. The same validation schema could run on the …
-
When I use the LinkML validator (Python module) to validate a large dictionary, the memory usage of the Python process grows until my operating system (MacOS) eventually shows an error message, at whi…
-
I consistently get a panic in a production use case. Here is a minimal reproduction:
```go
package main
import (
"fmt"
"io"
"net/http"
"net/url"
"strings"
"github.com/pb33f/libope…