Skip to content

Final changelog updates #499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,10 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
<list style="hanging">
<t hangText="draft-handrews-json-schema-00">
<list style="symbols">
<t>Make the concept of a schema keyword vocabulary more clear</t>
<t>Note that the concept of "integer" is from a vocabulary, not the data model</t>
<t>Classify keywords as assertions or annotations and describe their general behavior</t>
<t>Explain the boolean schemas in terms of generalized assertions</t>
<t>Reserve "$comment" for non-user-visible notes about the schema</t>
<t>Wording improvements around "$id" and fragments</t>
<t>Note the challenges of extending meta-schemas with recursive references</t>
Expand Down
3 changes: 2 additions & 1 deletion jsonschema-hyperschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2617,8 +2617,9 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
<t>Top to bottom reorganization and rewrite</t>
<t>Group keywords per RFC 8288 context/relation/target/target attributes</t>
<t>Additional keyword groups for template resolution and describing input</t>
<t>Added section on general implementation requirements</t>
<t>Clarify implementation requirements with a suggested output format</t>
<t>Expanded overview to provide context</t>
<t>Consolidated examples into their own section, illustrate real-world patterns</t>
<t>Consolidated HTTP guidance in its own section</t>
<t>Added a subsection on static analysis of hyper-schemas</t>
<t>Consolidated security concerns in their own section</t>
Expand Down
1 change: 1 addition & 0 deletions jsonschema-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,7 @@
<t hangText="draft-handrews-json-schema-validation-00">
<list style="symbols">
<t>Added "if"/"then"/"else"</t>
<t>Classify keywords as assertions or annotations per the core spec</t>
<t>Warn of possibly removing "dependencies" in the future</t>
<t>Grouped validation keywords into sub-sections for readability</t>
<t>Moved "readOnly" from hyper-schema to validation meta-data</t>
Expand Down