Skip to content

Commit c69ea30

Browse files
committed
Add postal addresses
Copy G. Luff's from the relative pointer spec, and add mine.
1 parent 8028430 commit c69ea30

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

jsonschema-core.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
3333
<organization>Cloudflare, Inc.</organization>
3434
<address>
35+
<postal>
36+
<street></street>
37+
<city>San Francisco</city>
38+
<region>CA</region>
39+
<country>USA</country>
40+
</postal>
3541
<email>[email protected]</email>
3642
</address>
3743
</author>

jsonschema-hyperschema.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
3434
<organization>Cloudflare, Inc.</organization>
3535
<address>
36+
<postal>
37+
<street></street>
38+
<city>San Francisco</city>
39+
<region>CA</region>
40+
<country>USA</country>
41+
</postal>
3642
<email>[email protected]</email>
3743
</address>
3844
</author>

jsonschema-validation.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,23 @@
4141
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
4242
<organization>Cloudflare, Inc.</organization>
4343
<address>
44+
<postal>
45+
<street></street>
46+
<city>San Francisco</city>
47+
<region>CA</region>
48+
<country>USA</country>
49+
</postal>
4450
<email>[email protected]</email>
4551
</address>
4652
</author>
4753

4854
<author fullname="Geraint Luff" initials="G" surname="Luff">
4955
<address>
56+
<postal>
57+
<street></street>
58+
<city>Cambridge</city>
59+
<country>UK</country>
60+
</postal>
5061
<email>[email protected]</email>
5162
</address>
5263
</author>

relative-json-pointer.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
3131
<organization>Cloudflare, Inc.</organization>
3232
<address>
33+
<postal>
34+
<street></street>
35+
<city>San Francisco</city>
36+
<region>CA</region>
37+
<country>USA</country>
38+
</postal>
3339
<email>[email protected]</email>
3440
</address>
3541
</author>

0 commit comments

Comments
 (0)