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

Commit addcb39

Browse files
authored
Merge pull request #252 from andreasulmer/patch-1
Fixes `comment` url to link to rfc section 9
2 parents ecd3ca1 + 9a78703 commit addcb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-07/json-schema-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ more clearly than before.
2323

2424
keyword | change | notes
2525
---- | ---- | ----
26-
[`"$comment"`](json-schema-core.html#rfc.section.10) | added to Core | Intended for notes to schema maintainers, as opposed to [`"description"`](json-schema-validation.html#rfc.section.10.1) which is suitable for display to end users
26+
[`"$comment"`](json-schema-core.html#rfc.section.9) | added to Core | Intended for notes to schema maintainers, as opposed to [`"description"`](json-schema-validation.html#rfc.section.10.1) which is suitable for display to end users
2727
[`"if"`, `"then"`, `"else"`](json-schema-validation.html#rfc.section.6.6) | added to Validation | explicit conditional schema evaluation
2828
[`"readOnly"`](json-schema-validation.html#rfc.section.10.3) | moved from Hyper-Schema to Validation | not limited to hypermedia environments
2929
[`"writeOnly"`](json-schema-validation.html#rfc.section.10.3) | added to Validation | general write-only fields, including but not limited to passwords

0 commit comments

Comments
 (0)