Skip to content

Commit 22b61a7

Browse files
authored
Merge pull request #741 from handrews/admin
Add change logs and update my contact info
2 parents ae79039 + e39e164 commit 22b61a7

File tree

4 files changed

+35
-9
lines changed

4 files changed

+35
-9
lines changed

jsonschema-core.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@
3030
</author>
3131

3232
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
33+
<organization>Riverbed Technology</organization>
3334
<address>
3435
<postal>
35-
<street></street>
36+
<street>680 Folsom St.</street>
3637
<city>San Francisco</city>
3738
<region>CA</region>
3839
<country>USA</country>
3940
</postal>
40-
<email>henry@cloudflare.com</email>
41+
<email>handrews@riverbed.com</email>
4142
</address>
4243
</author>
4344

@@ -3273,9 +3274,22 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
32733274
<list style="hanging">
32743275
<t hangText="draft-handrews-json-schema-02">
32753276
<list style="symbols">
3277+
<t>Update to RFC 8359 for JSON specification</t>
32763278
<t>Moved "definitions" from the Validation specification here as "$defs"</t>
32773279
<t>Moved applicator keywords from the Validation specification as their own vocabulary</t>
32783280
<t>Moved the schema form of "dependencies" from the Validation specification as "dependentSchemas"</t>
3281+
<t>Formalized annotation collection</t>
3282+
<t>Specified recommended output formats</t>
3283+
<t>Defined keyword interactions in terms of annotation and assertion results</t>
3284+
<t>Added "unevaluatedProperties" and "unevaluatedItems"</t>
3285+
<t>Define "$ref" behavior in terms of the assertion, applicator, and annotation model</t>
3286+
<t>Allow keywords adjacent to "$ref"</t>
3287+
<t>Note undefined behavior for "$ref" targets involving unknown keywords</t>
3288+
<t>Add recursive referencing, primarily for meta-schema extension</t>
3289+
<t>Add the concept of formal vocabularies, and how they can be recognized through meta-schemas</t>
3290+
<t>Additional guidance on initial base URIs beyond network retrieval</t>
3291+
<t>Allow "schema" media type parameter for "application/schema+json"</t>
3292+
<t>Better explanation of media type parameters and the HTTP Accept header</t>
32793293
</list>
32803294
</t>
32813295
<t hangText="draft-handrews-json-schema-01">

jsonschema-hyperschema.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@
3131
</title>
3232

3333
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
34+
<organization>Riverbed Technology</organization>
3435
<address>
3536
<postal>
36-
<street></street>
37+
<street>680 Folsom St.</street>
3738
<city>San Francisco</city>
3839
<region>CA</region>
3940
<country>USA</country>
4041
</postal>
41-
<email>henry@cloudflare.com</email>
42+
<email>handrews@riverbed.com</email>
4243
</address>
4344
</author>
4445

@@ -2751,7 +2752,11 @@ Link: <https://example.com/api/trees/1/nodes/456>; rev="up"
27512752
<list style="hanging">
27522753
<t hangText="draft-handrews-json-schema-hyperschema-02">
27532754
<list style="symbols">
2754-
<t></t>
2755+
<t>Allow multiple values for "rel"</t>
2756+
<t>Clarify that "headerSchema", like "targetHints", should use array values</t>
2757+
<t>Clarified link behavior with conditional applicator keywords such as "if"</t>
2758+
<t>Added and clarified various examples</t>
2759+
<t>Avoid accidentally implying that only POST can be used to create in HTTP</t>
27552760
</list>
27562761
</t>
27572762
<t hangText="draft-handrews-json-schema-hyperschema-01">

jsonschema-validation.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,15 @@
4141
</author>
4242

4343
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
44+
<organization>Riverbed Technology</organization>
4445
<address>
4546
<postal>
46-
<street></street>
47+
<street>680 Folsom St.</street>
4748
<city>San Francisco</city>
4849
<region>CA</region>
4950
<country>USA</country>
5051
</postal>
51-
<email>henry@cloudflare.com</email>
52+
<email>handrews@riverbed.com</email>
5253
</address>
5354
</author>
5455

@@ -1293,6 +1294,11 @@
12931294
<t>Moved "definitions" to the core spec as "$defs"</t>
12941295
<t>Moved applicator keywords to the core spec</t>
12951296
<t>Renamed the array form of "dependencies" to "dependentRequired", moved the schema form to the core spec</t>
1297+
<t>Added "contentSchema" to allow applying a schema to a string-encoded document</t>
1298+
<t>Also allow RFC 4648 encodings in "contentEncoding"</t>
1299+
<t>Added "minContains" and "maxContains"</t>
1300+
<t>Update RFC reference for "hostname" and "idn-hostname"</t>
1301+
<t>Add "uuid" and "duration" formats</t>
12961302
</list>
12971303
</t>
12981304
<t hangText="draft-handrews-json-schema-validation-01">

relative-json-pointer.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@
2828
</author>
2929

3030
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
31+
<organization>Riverbed Technology</organization>
3132
<address>
3233
<postal>
33-
<street></street>
34+
<street>680 Folsom St.</street>
3435
<city>San Francisco</city>
3536
<region>CA</region>
3637
<country>USA</country>
3738
</postal>
38-
<email>andrews_henry@yahoo.com</email>
39+
<email>handrews@riverbed.com</email>
3940
</address>
4041
</author>
4142

0 commit comments

Comments
 (0)