Skip to content

Commit 267c63e

Browse files
committed
Update release notes and acknowledgements
Update release notes after looking through the logs for each file. @donaldpipowitch, @asds, @bowman: you have all been added under "Acknowledgements" since you have PRs accepted. Please comment if I have your names wrong or you would prefer not to have your name on the draft.
1 parent 4a8708c commit 267c63e

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

jsonschema-core.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,9 @@ User-Agent: so-cool-json-schema/1.0.2 curl/7.43.0
739739
Erik Wilde,
740740
Ben Hutton,
741741
Evgeny Poberezkin,
742-
and Henry H. Andrews
742+
Brad Bowman,
743+
Gowry Sankar,
744+
and Donald Pipowitch
743745
for their submissions and patches to the document.
744746
</t>
745747
</section>
@@ -754,7 +756,10 @@ User-Agent: so-cool-json-schema/1.0.2 curl/7.43.0
754756
<list style="symbols">
755757
<t>Updated intro</t>
756758
<t>Allowed for any schema to be a boolean</t>
759+
<t>"$schema" SHOULD NOT appear in subschemas, although that may change</t>
757760
<t>Changed "id" to "$id"; all core keywords prefixed with "$"</t>
761+
<t>Clarify and formalize fragments for application/schema+json</t>
762+
<t>Note applicability to formats such as CBOR that can be represented in the JSON data model</t>
758763
</list>
759764
</t>
760765
<t hangText="draft-wright-json-schema-00">

jsonschema-hyperschema.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,9 @@ GET /foo/
971971
Erik Wilde,
972972
Ben Hutton,
973973
Evgeny Poberezkin,
974-
and Henry H. Andrews
974+
Brad Bowman,
975+
Gowry Sankar,
976+
and Donald Pipowitch
975977
for their submissions and patches to the document.
976978
</t>
977979
</section>
@@ -986,6 +988,9 @@ GET /foo/
986988
<list style="symbols">
987989
<t>Fixed examples</t>
988990
<t>Added "hrefSchema" for user input to "href" URI Templates</t>
991+
<t>Removed URI Template pre-processing</t>
992+
<t>Clarified how links and data submission work</t>
993+
<t>Clarified how validation keywords apply hyper-schema keywords and links</t>
989994
</list>
990995
</t>
991996
<t hangText="draft-wright-json-schema-hyperschema-00">

jsonschema-validation.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,9 @@
933933
Erik Wilde,
934934
Ben Hutton,
935935
Evgeny Poberezkin,
936-
and Henry H. Andrews
936+
Brad Bowman,
937+
Gowry Sankar,
938+
and Donald Pipowitch
937939
for their submissions and patches to the document.
938940
</t>
939941
</section>
@@ -946,15 +948,17 @@
946948
<list style="hanging">
947949
<t hangText="draft-wright-json-schema-validation-01">
948950
<list style="symbols">
949-
<t>Standardized on hyphenated format names</t>
950-
<t>Split apart additionalItems/items</t>
951+
<t>Standardized on hyphenated format names ("uriref" becomes "uri-ref")</t>
952+
<t>Add the formats "uri-template" and "json-pointer"</t>
953+
<t>Changed "exclusiveMaximum"/"exclusiveMinimum" from boolean modifiers of "maximum"/"minimum" to independent numeric fields.
954+
<t>Split the additionalItems/items into two sections</t>
951955
<t>Reworked properties/patternProperties/additionalProperties definition</t>
952956
<t>Added "examples" keyword</t>
953957
<t>Added "contains" keyword</t>
954958
<t>Allow empty "required" and "dependencies" arrays</t>
955959
<t>Fixed "type" reference to primitive types</t>
956960
<t>Added "const" keyword</t>
957-
<t>Renamed the formats "uriref" to "uri-reference", "uritemplate" to "uri-template", and "jsonpointer" to "json-pointer"</t>
961+
<t>Added "propertyNames" keyword</t>
958962
</list>
959963
</t>
960964
<t hangText="draft-wright-json-schema-validation-00">

0 commit comments

Comments
 (0)