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

Commit 7e6dd26

Browse files
committed
Fix typo for $ref link, better intro wording.
1 parent faf1639 commit 7e6dd26

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ title: JSON Schema Draft-2019/09 Release Notes
33
layout: page
44
---
55

6-
For the vast majority of schema authors, we hope that these changes are minimally disruptive. The most likely to be frustrating is `format`, which we decided was acceptable as many schema authors are already extremely frustrated by its inconsistent behavior.
6+
For the vast majority of schema authors, we hope that these changes are minimally disruptive.
7+
8+
The most likely to be frustrating is that `format` is no longer treated as a validation assertion _by default_ (although it is still possible for an application or user to configure a validator to treat it as one). We decided this was acceptable because many schema authors are already extremely frustrated by its inconsistent behavior.
79

810
For implementors, there is a lot more to consider, and further guidance on implementation topics will be forthcoming.
911

@@ -51,7 +53,7 @@ keyword | change | notes
5153
[`$defs` (renamed from `definitions`)](/work-in-progress/WIP-jsonschema-core.html#rfc.section.8.2.5) | **renamed** | Note that the standard meta-schema still reserves `definitions` for backwards compatibility
5254
[`$id`](/work-in-progress/WIP-jsonschema-core.html#rfc.section.8.2.2) | **changed** | Only URI-references without fragments are allowed; see `$anchor` for a replacement for plain-name fragments; all other fragments in `$id` had undefined behavior previously
5355
[`$recursiveAnchor` and `$recursiveRef`](/work-in-progress/WIP-jsonschema-core.html#rfc.section.8.2.4.2) | **new** | Used for extending recursive schemas such as meta-schemas
54-
[`$ref`] | **changed** | Other keywords are now allowed alongside of it
56+
[`$ref`](/work-in-progress/WIP-jsonschema-core.html#rfc.section.8.2.4) | **changed** | Other keywords are now allowed alongside of it
5557
[`$vocabulary`](/work-in-progress/WIP-jsonschema-core.html#rfc.section.8.1) | **new** | Has effects only in meta-schemas, and is used to control what keywords an implementation must or can support in order to process a schema using that meta-schema
5658

5759
#### Applicator Vocabulary

0 commit comments

Comments
 (0)