-
Hey guys, seems to be an issue with the date-time format when loading into Stitch. Any ideas? Using the catalog.json generated by v0.1.0. The website is running in the "Auckland" timezone.
----
…
-
**Describe the bug**
`additionalProperties` inside an `additionalProperties` subschema is not properly validated.
**To Reproduce**
```cs
using System;
using Manatee.Json;
using Manatee.Json.Sc…
-
Error Message:
error: Promise rejection: Error: Property 'builds[0].bundle' is not any of [subschema 0],[subschema 1]
error: Error: Property 'builds[0].bundle' is not any of [subschema 0],[subsch…
-
### Prerequisites
- [X] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/)
### What theme are you using?
core
### Is your feature request related to a problem? Please d…
-
Hi,
When there is an exception for oneOf schemas message is empty, it is possible to put some message here.
**Json Schema**
```json
{
"$schema": "http://json-schema.org/draft-07/schema#",…
-
**Project title**
Define upgrade/downgrade language agnostic declarative transformation rules for all JSON Schema dialects.
**Brief Description**
The [Alterschema](https://alterschema.sourcem…
-
If root node is not plain object type, `unreachableDefinitions` doesn't work and unreached definitions is not exported.
Calling: `json2ts -i test.schema.json -o test.d.ts --unreachableDefinitions`
…
-
Hi,
The json that I am trying to validate has a non ASCII character in the email field e.g. the Spanish letter "ñ" and consequently validation fails with the following error:
```A subschema had er…
-
In [Json Schema](https://json-schema.org/draft/2020-12/json-schema-validation) and [Pydantic Fields](https://docs.pydantic.dev/latest/concepts/fields/#numeric-constraints) a lot of non type-level cons…
-
I have a schema with a field that is referencing a subschema that is of type string, but the validator is telling me the field using that reference is expected to be an object.
Here is the schema J…
mltsy updated
4 years ago