json-schema-org/understanding-json-schema

Draft 2019-09: Use correct $schema URI

about-code opened this issue · 1 comments

The guide contains examples with $schema: "http://json-schema.org/draft/2019-09/schema#" to refer to JSON-Schema 2019-09 whereas the spec uses $schema: "https://json-schema.org/draft/2019-09/schema".

Confirmed via json-schema-org/json-schema-spec#988.

Fixed by #158. The draft 2019-09 identifier was removed because the site doesn't cover that draft yet. However, updates are in progress and it will be added back in (the right way) relatively soon.