Skip to content

Commit 8028430

Browse files
authored
Merge pull request #501 from handrews/ref-update
Update cross-references and authors/conributors
2 parents 86ee080 + 0185efc commit 8028430

File tree

3 files changed

+67
-27
lines changed

3 files changed

+67
-27
lines changed

jsonschema-core.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,25 +1013,28 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
10131013
<author initials="A." surname="Wright">
10141014
<organization/>
10151015
</author>
1016+
<author initials="H." surname="Andrews">
1017+
<organization>Cloudflare, Inc.</organization>
1018+
</author>
10161019
<author initials="G." surname="Luff">
10171020
<organization/>
10181021
</author>
1019-
<date year="2016" month="October"/>
1022+
<date year="2017" month="November"/>
10201023
</front>
1021-
<seriesInfo name="Internet-Draft" value="draft-wright-json-schema-validation-00" />
1024+
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-validation-00" />
10221025
</reference>
10231026
<reference anchor="json-hyper-schema">
10241027
<front>
10251028
<title>JSON Hyper-Schema: A Vocabulary for Hypermedia Annotation of JSON</title>
1026-
<author initials="A." surname="Wright">
1027-
<organization/>
1029+
<author initials="H." surname="Andrews">
1030+
<organization>Cloudflare, Inc.</organization>
10281031
</author>
1029-
<author initials="G." surname="Luff">
1032+
<author initials="A." surname="Wright">
10301033
<organization/>
10311034
</author>
1032-
<date year="2016" month="October"/>
1035+
<date year="2017" month="November"/>
10331036
</front>
1034-
<seriesInfo name="Internet-Draft" value="draft-wright-json-schema-hyperschema-00" />
1037+
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-hyperschema-00" />
10351038
</reference>
10361039
</references>
10371040

jsonschema-hyperschema.xml

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<!ENTITY rfc7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
1515
<!ENTITY rfc7807 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7807.xml">
1616
<!ENTITY rfc8288 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8288.xml">
17-
<!ENTITY I-D.luff-relative-json-pointer SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-luff-relative-json-pointer-00.xml">
1817
<!ENTITY I-D.reschke-http-jfv SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-reschke-http-jfv-06.xml">
1918
]>
2019
<?rfc toc="yes"?>
@@ -420,7 +419,7 @@
420419
This property changes the point within the instance that is considered
421420
to be the context resource of the link. The value of the property MUST
422421
be a valid JSON Pointer in JSON String representation form, or a valid
423-
<xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref>
422+
<xref target="relative-json-pointer">Relative JSON Pointer</xref>
424423
which is evaluated relative to the default context.
425424
</t>
426425
<t>
@@ -569,7 +568,7 @@
569568
The value of the "templatePointers" link description property MUST be
570569
an object. Each property value in the object MUST be a valid
571570
<xref target="RFC6901">JSON Pointer</xref>, or a valid
572-
<xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref>
571+
<xref target="relative-json-pointer">Relative JSON Pointer</xref>
573572
which is evaluated relative to the attachment point of the link
574573
for which the template is being resolved.
575574
</t>
@@ -2532,26 +2531,47 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
25322531
&rfc6573;
25332532
&rfc6901;
25342533
&rfc8288;
2535-
&I-D.luff-relative-json-pointer;
2534+
<reference anchor="relative-json-pointer">
2535+
<front>
2536+
<title>Relative JSON Pointers</title>
2537+
<author initials="G." surname="Luff">
2538+
<organization/>
2539+
</author>
2540+
<author initials="H." surname="Andrews">
2541+
<organization>Cloudflare, Inc.</organization>
2542+
</author>
2543+
<date year="2017" month="November"/>
2544+
</front>
2545+
<seriesInfo name="Internet-Draft" value="draft-handrews-relative-json-pointer-00" />
2546+
</reference>
25362547
<reference anchor="json-schema">
25372548
<front>
25382549
<title>JSON Schema: A Media Type for Describing JSON Documents</title>
25392550
<author initials="A." surname="Wright">
25402551
<organization/>
25412552
</author>
2542-
<date year="2016" month="October"/>
2553+
<author initials="H." surname="Andrews">
2554+
<organization>Cloudflare, Inc.</organization>
2555+
</author>
2556+
<date year="2017" month="November"/>
25432557
</front>
2544-
<seriesInfo name="Internet-Draft" value="draft-wright-json-schema-01" />
2558+
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-00" />
25452559
</reference>
25462560
<reference anchor="json-schema-validation">
25472561
<front>
25482562
<title>JSON Schema Validation: A Vocabulary for Structural Validation of JSON</title>
25492563
<author initials="A." surname="Wright">
25502564
<organization/>
25512565
</author>
2552-
<date year="2016" month="October"/>
2566+
<author initials="H." surname="Andrews">
2567+
<organization>Cloudflare, Inc.</organization>
2568+
</author>
2569+
<author initials="G." surname="Luff">
2570+
<organization/>
2571+
</author>
2572+
<date year="2017" month="November"/>
25532573
</front>
2554-
<seriesInfo name="Internet-Draft" value="draft-wright-json-schema-validation-01" />
2574+
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-validation-00" />
25552575
</reference>
25562576
</references>
25572577
<references title="Informative References">

jsonschema-validation.xml

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<!ENTITY RFC6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
1818
<!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
1919
<!ENTITY RFC7159 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7159.xml">
20-
<!ENTITY I-D.luff-relative-json-pointer SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-luff-relative-json-pointer-00.xml">
2120
]>
2221
<?rfc toc="yes"?>
2322
<?rfc symrefs="yes"?>
@@ -33,16 +32,16 @@
3332
JSON Schema Validation: A Vocabulary for Structural Validation of JSON
3433
</title>
3534

36-
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
37-
<organization>Cloudflare, Inc.</organization>
35+
<author fullname="Austin Wright" initials="A" surname="Wright" role="editor">
3836
<address>
39-
<email>[email protected]</email>
37+
<email>[email protected]</email>
4038
</address>
4139
</author>
4240

43-
<author fullname="Austin Wright" initials="A" surname="Wright" role="editor">
41+
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
42+
<organization>Cloudflare, Inc.</organization>
4443
<address>
45-
<email>[email protected]</email>
44+
<email>[email protected]</email>
4645
</address>
4746
</author>
4847

@@ -1056,7 +1055,7 @@
10561055
</t>
10571056
<t hangText="relative-json-pointer">
10581057
A string instance is valid against this attribute if it is a valid
1059-
<xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref>.
1058+
<xref target="relative-json-pointer">Relative JSON Pointer</xref>.
10601059
</t>
10611060
</list>
10621061
To allow for both absolute and relative JSON Pointers, use "anyOf" or
@@ -1404,14 +1403,31 @@
14041403
<date/>
14051404
</front>
14061405
</reference>
1407-
&I-D.luff-relative-json-pointer;
1406+
<reference anchor="relative-json-pointer">
1407+
<front>
1408+
<title>Relative JSON Pointers</title>
1409+
<author initials="G." surname="Luff">
1410+
<organization/>
1411+
</author>
1412+
<author initials="H." surname="Andrews">
1413+
<organization>Cloudflare, Inc.</organization>
1414+
</author>
1415+
<date year="2017" month="November"/>
1416+
</front>
1417+
<seriesInfo name="Internet-Draft" value="draft-handrews-relative-json-pointer-00" />
1418+
</reference>
14081419
<reference anchor="json-schema">
14091420
<front>
14101421
<title>JSON Schema: A Media Type for Describing JSON Documents</title>
1411-
<author/>
1412-
<date year="2016" month="October"/>
1422+
<author initials="A." surname="Wright">
1423+
<organization/>
1424+
</author>
1425+
<author initials="H." surname="Andrews">
1426+
<organization>Cloudflare, Inc.</organization>
1427+
</author>
1428+
<date year="2017" month="November"/>
14131429
</front>
1414-
<seriesInfo name="Internet-Draft" value="draft-wright-json-schema-00" />
1430+
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-00" />
14151431
</reference>
14161432
</references>
14171433

@@ -1438,7 +1454,8 @@
14381454
Brad Bowman,
14391455
Gowry Sankar,
14401456
Donald Pipowitch,
1441-
and Dave Finlay
1457+
Dave Finlay,
1458+
and Denis Laxalde
14421459
for their submissions and patches to the document.
14431460
</t>
14441461
</section>

0 commit comments

Comments
 (0)