Skip to content

Commit 393ff78

Browse files
authored
Merge pull request #428 from handrews/changelog-in-progress
Changelog in progress for validation and core
2 parents 3d839ca + ea07f83 commit 393ff78

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,9 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
891891
<list style="hanging">
892892
<t hangText="draft-wright-json-schema-02">
893893
<list style="symbols">
894-
<t></t>
894+
<t>Reserve "$comment" for non-user-visible notes about the schema</t>
895+
<t>Wording improvements around "$id" and fragments</t>
896+
<t>Note the challenges of extending meta-schemas with recursive references</t>
895897
</list>
896898
</t>
897899
<t hangText="draft-wright-json-schema-01">

jsonschema-validation.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,16 @@
13081308
<list style="hanging">
13091309
<t hangText="draft-wright-json-schema-validation-02">
13101310
<list style="symbols">
1311-
<t></t>
1311+
<t>Added "if"/"then"/"else"</t>
1312+
<t>Warn of possibly removing "dependencies" in the future</t>
1313+
<t>Grouped validation keywords into sub-sections for readability</t>
1314+
<t>Moved "readOnly" from hyper-schema to validation meta-data</t>
1315+
<t>Added string-encoded media section, with former hyper-schema "media" keywords</t>
1316+
<t>Restored "regex" format (removal was unintentional)</t>
1317+
<t>Added "date" and "time" formats, and reserved additional RFC 3339 format names</t>
1318+
<t>I18N formats: "iri", "idn-hostname", "idn-email"</t>
1319+
<t>Clarify that "json-pointer" format means string encoding, not URI fragment</t>
1320+
<t>Fixed typo that inverted the meaning of "minimum" and "exclusiveMinimum"</t>
13121321
</list>
13131322
</t>
13141323
<t hangText="draft-wright-json-schema-validation-01">

0 commit comments

Comments
 (0)