Skip to content

Commit 8118e83

Browse files
authored
Merge pull request #365 from handrews/valfix
Reference validation from hyper-schema
2 parents 2f1e7d5 + e145fdc commit 8118e83

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

jsonschema-hyperschema.xml

+17-6
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@
9595
</t>
9696

9797
<t>
98-
This specification will use the terminology defined by the
99-
<xref target="json-schema">JSON Schema core specification</xref>. It is advised that
100-
readers have a copy of this specification.
98+
This specification will use the concepts, syntax, and terminology defined by the
99+
<xref target="json-schema">JSON Schema core</xref> and
100+
<xref target="json-schema-validation">JSON Schema validation</xref> specifications.
101+
It is advised that readers have a copy of these specifications.
101102
</t>
102103
</section>
103104

@@ -234,7 +235,7 @@
234235

235236
<section title="Meta-schema">
236237
<t>
237-
The current URI for the JSON Schema Validation is
238+
The current URI for the JSON Hyper-Schema meta-schema is
238239
&lt;http://json-schema.org/draft-06/hyper-schema#&gt;.
239240
</t>
240241
</section>
@@ -464,7 +465,7 @@
464465
</cref>
465466
</t>
466467
<t>
467-
There are several ways that a client can use data can with a link:
468+
There are several ways that a client can use data with a link:
468469
<list>
469470
<t> URI Template variables resolved from server-supplied instance data </t>
470471
<t> URI Template variables resolved from user agent data </t>
@@ -1188,7 +1189,17 @@ GET /foo/
11881189
</author>
11891190
<date year="2016" month="October"/>
11901191
</front>
1191-
<seriesInfo name="Internet-Draft" value="draft-wright-json-schema-00" />
1192+
<seriesInfo name="Internet-Draft" value="draft-wright-json-schema-01" />
1193+
</reference>
1194+
<reference anchor="json-schema-validation">
1195+
<front>
1196+
<title>JSON Schema Validation: A Vocabulary for Structural Validation of JSON</title>
1197+
<author initials="A." surname="Wright">
1198+
<organization/>
1199+
</author>
1200+
<date year="2016" month="October"/>
1201+
</front>
1202+
<seriesInfo name="Internet-Draft" value="draft-wright-json-schema-validation-01" />
11921203
</reference>
11931204
</references>
11941205
<references title="Informative References">

0 commit comments

Comments
 (0)