understanding-json-schema icon indicating copy to clipboard operation
understanding-json-schema copied to clipboard

A website aiming to provide more accessible documentation for JSON schema.

Results 25 understanding-json-schema issues
Sort by recently updated
recently updated
newest added

As per https://github.com/justinrainbow/json-schema/issues/640, having multiple `oneOf` entries can severely impact performance, especially when validating nested data. While this might be an implementation specific problem, it might be worth adding some...

In the [specifications](https://json-schema.org/understanding-json-schema/reference/regular_expressions.html) about regex, in the last four lines : ``` {x}: Match exactly x occurrences of the preceding regular expression. {x,y}: Match at least x and at most...

Hi all, Thanks for software Hope you're well This [e]xchange between @handrews and myself basically recommending there be some indication of where [g]eneric keywords may be used, something to the...

Right now, we have this note in the documentation: > Note: This book describes JSON Schema draft 7. Earlier versions of JSON Schema are not completely compatible with the format...

At https://json-schema.org/understanding-json-schema/reference/string.html#format it says: > The format keyword allows for basic semantic validation on certain kinds of **string** values that are commonly used. As discussed in issue https://github.com/json-schema-org/json-schema-spec/issues/759, format is...

https://spacetelescope.github.io/understanding-json-schema/structuring.html Relations can be expressed using $ref and definitions. Can you put an example of how to handle bidirectional relationships such as below ``` class Person { Nose nose }...

This site was very helpful in explaining JSON Schema, but one topic which didn't seem to be covered at all was JSON Hyper Schema. What exactly is that, and how...