Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 61af29b

Browse files
author
Phil Sturgeon
committed
docs: feedback from henry
1 parent 8471ef2 commit 61af29b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

work-in-progress/WIP-json-schema-release-notes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ title: JSON Schema Draft-07 Release Notes
33
layout: page
44
---
55

6-
There are a few breaking changes with newer keywords based on community feedback,
7-
and internally there has been a lot of restructuring through a new concept called
8-
vocabularies, but on the whole things are mostly the same.
6+
There are a few non-breaking changes with keywords being deprecated and slates
7+
for removal, and a few newer keywords based on community feedback. Internally
8+
there has been a lot of restructuring through a new concept called vocabularies,
9+
but on the whole things are mostly the same.
910

1011
* TOC
1112
{:toc}
@@ -29,14 +30,13 @@ vocabularies, but on the whole things are mostly the same.
2930

3031
keyword | change | notes
3132
---- | ---- | ----
32-
[`"definitions"`](json-schema-core.html#rfc.section.TODO) | **removed** | use new "$defs" core keyword
33+
[`"definitions"`](json-schema-core.html#rfc.section.TODO) | **renamed** | use new "$defs" core keyword
3334
[`"unevaluatedProperties" and "unevaluatedItems"`](json-schema-core.html#rfc.section.TODO) | **added** |
3435
[`"$ref"`](json-schema-core.html#rfc.section.TODO) | **changed** | can now have siblings (keywords next to it)
3536
[`"$defs"`](json-schema-core.html#rfc.section.10.TODO) | **added** | moved over to core from validation
3637
`"dependencies"` | **removed** | use "dependentRequired" or "dependentSchemas"
3738
[`"dependentRequired"`](json-schema-core.html#rfc.section.10.TODO) | **added** | added to core schema
3839
[`"dependentSchemas"`](json-schema-core.html#rfc.section.10.TODO) | **added** | added to core schema
39-
[`"applicator"`](json-schema-core.html#rfc.section.10.TODO) | **moved** | from validation to core, but is functionally identical
4040
[`"minContains" and "maxContains"`](json-schema-validation.html#rfc.section.TODO) | added |
4141
[`"contentSchema"`](json-schema-validation.html#rfc.section.TODO) | added | allows applying a schema to a string-encoded document
4242
[`"deprecated"`](json-schema-validation.html#rfc.section.TODO) | added |

0 commit comments

Comments
 (0)