-
I am migrating from the older [json-schema-validator](https://github.com/java-json-tools/json-schema-validator). The detail of a violation is slightly less detailed. For example in yours,
```json
{…
-
'properties' keyword is defined in chapter 10.3.2.1 of the [core specification](https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-01#section-10.3.2.1):
*Validation succeeds if, for…
-
Issue Type: Bug
Steps to Reproduce:
1. Create a ["definitions"](https://json-schema.org/understanding-json-schema/structuring.html) member for a JSON schema, and put a subschema there.
2. Attem…
-
How is the AP mapping for the deprecated key specified?
Schema has deprecated as a primary key under meta:
https://github.com/geneontology/obographs/blob/master/schema/subschemas/obographs-meta-sc…
-
### Problem overview
Thinking of a data model where a reference in an object can be `any of` or `one of` the values in the set that defines the finite options is quite a common problem. Let's just …
-
When I try to generate documentation with an if object 2-3 layers deep, it fails with Markdown and mc_nested mode and succeeds on js of flat.
```
"if": {
"properties": {
…
-
UPDATED on 2018-09-05. Originally this was a question between the difference of the schema.Object FieldValidator and the Schema paramter on Field, and it evolved from there.
# Background
Today t…
-
- VSCode Version: Version 1.20.0-insider
- OS Version: 10.13.3
Steps to Reproduce:
1. Use this JSON schema
```json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"t…
-
I am trying to write a schema validators for Bericht 1 to 3 but all array properties use **contains**. Should it be **items** instead of contains to define array elements?
I need a clarification for …
-
Hi
Is there a possibility to dereference some $refs to definitions in JSON schema? I would like to bloat some references to embedded objects (practically to copy definition from definitions inside a …