Skip to content

Commit b92a567

Browse files
committed
Final changelog updates
Add the more philosophical changes to the change logs, plus adding a few other missing bits and fixing an outdated line.
1 parent 92fc8cb commit b92a567

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

jsonschema-core.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,10 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
10671067
<list style="hanging">
10681068
<t hangText="draft-handrews-json-schema-00">
10691069
<list style="symbols">
1070+
<t>Make the concept of a schema keyword vocabulary more clear</t>
1071+
<t>Note that the concept of "integer" is from a vocabulary, not the data model</t>
1072+
<t>Classify keywords as assertions or annotations and describe their general behavior</t>
1073+
<t>Explain the boolean schemas in terms of generalized assertions</t>
10701074
<t>Reserve "$comment" for non-user-visible notes about the schema</t>
10711075
<t>Wording improvements around "$id" and fragments</t>
10721076
<t>Note the challenges of extending meta-schemas with recursive references</t>

jsonschema-hyperschema.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2615,8 +2615,9 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
26152615
<t>Top to bottom reorganization and rewrite</t>
26162616
<t>Group keywords per RFC 8288 context/relation/target/target attributes</t>
26172617
<t>Additional keyword groups for template resolution and describing input</t>
2618-
<t>Added section on general implementation requirements</t>
2618+
<t>Clarify implementation requirements with a suggested output format</t>
26192619
<t>Expanded overview to provide context</t>
2620+
<t>Consolidated examples into their own section, illustrate real-world patterns</t>
26202621
<t>Consolidated HTTP guidance in its own section</t>
26212622
<t>Added a subsection on static analysis of hyper-schemas</t>
26222623
<t>Consolidated security concerns in their own section</t>

jsonschema-validation.xml

+1
Original file line numberDiff line numberDiff line change
@@ -1452,6 +1452,7 @@
14521452
<t hangText="draft-handrews-json-schema-validation-00">
14531453
<list style="symbols">
14541454
<t>Added "if"/"then"/"else"</t>
1455+
<t>Classify keywords as assertions or annotations per the core spec</t>
14551456
<t>Warn of possibly removing "dependencies" in the future</t>
14561457
<t>Grouped validation keywords into sub-sections for readability</t>
14571458
<t>Moved "readOnly" from hyper-schema to validation meta-data</t>

0 commit comments

Comments
 (0)