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

The documentation states that the keyword `prefixItems` is used for tuple validation. In the realm of programming and mathematics a tuple is something that has specific length. Quoting Wikipedia: >In...

...so the if clause is not true when "country" is missing

> > Any idea why the deploy preview doesn't include the PDF? > > I don't know how the Netlify build works, but I know that getting all the LaTeX...

It's unclear if we wish to continue to support the PDF version of this resource, especially if we plan to merge it into the main JSON Schema site repo. However,...

I am opening this as an issue rather than a PR to start, in order to gather feedback and additional content. There are a number of questions that are asked...

It seems like `$comment` can be used as property key. Should it be pointed out that it doesn't act as source file comment in this case?

I'm currently trying to come up with a solid way to manage schema versions, and to manage migrations/upgrades of objects matching those schemas. I started a discussion at https://github.com/json-schema-org/json-schema-spec/issues/19 ,...

This might be a list of types for PowerShell. This was from version 5.1.17763.1490. ``` JavaScript PowerShell string System.String number System.Int32/System.Decimal object System.Hashtable array System.Object[] boolean System.Boolean null $null ```

[Structuring a complex schema](https://json-schema.org/understanding-json-schema/structuring.html#id1) states: > This can be used anywhere a schema is expected. You will always use $ref as the only key in an object: any other keys...

Added warning on using multiple `oneOf` entries with nested data structures to prevent severe performance issues. Fixes #130