-
I would like to transfer form data in JSON. The file uploads should be specified in the [Data URI schema](https://en.wikipedia.org/wiki/Data_URI_scheme). My JSON schema looks like this.
```json
{
…
-
Given the following spec
```ts
new OpenApiCdk.RestApi(this, "api", {
// ...shortened
validators: {
all: {
default: true,
validateRequestBody: true,
…
-
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.
…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Yes, users can edit YAML freely, but th…
-
#### 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…
-
Currently, the API attempts to "validate" IIIF by serializing and deserializing a collection, which can help strip out unwanted fields. However, this process is slow and not truly validating the IIIF…
-
* JSON::Validator version: 5.14
* Perl version: 5.16, 5.40
* Operating system: CentOS 7, ArchLinux
### Steps to reproduce the behavior
```perl
use Mojolicious::Lite;
post "/echo" => sub {
…
-
Ran into an issue with `oneOf` unions, but _only_ when using a `discriminator` property. I am not sure if this is an `openapi_first` issue or a `json_schemer` issue, so I'd though I'd try here first.
…
-
Dependent on #31
-
YAML has support for [multiple documents](https://www.yaml.info/learn/document.html) via the document start `---` and (optional) document end `...` markers. Trying to validate a YAML with multiple doc…