Skip to content

Commit 1cf297e

Browse files
authored
Merge pull request #43 from handrews/typos
Fix typos in Hyper Schema spec.
2 parents bf73b7b + 91ad6fd commit 1cf297e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-hyperschema.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
</t>
297297

298298
<t>
299-
If the instance is described by a schema providing the a link with "root" relation, or such a link is provided in using the <xref target="RFC5988">HTTP Link header</xref>, then the target of the "root" link should be considered the document root for the purposes of all fragment resolution methods that use the document structure (such as "json-pointer").
299+
If the instance is described by a schema providing a link with "root" relation, or such a link is provided in using the <xref target="RFC5988">HTTP Link header</xref>, then the target of the "root" link should be considered the document root for the purposes of all fragment resolution methods that use the document structure (such as "json-pointer").
300300
The only exception to this is the resolution of "root" links themselves.
301301
</t>
302302

@@ -421,7 +421,7 @@
421421
</t>
422422

423423
<t>
424-
The base URI to be used for relative URI resolution SHOULD is defined as follows:
424+
The base URI to be used for relative URI resolution is defined as follows:
425425
<list>
426426
<t>if the data has a link defined, with a relation of "self", then the "href" value of that link is used, unless the relation of the link being resolved is also "self"</t>
427427
<t>otherwise, the URI should be resolved against the link with relation "self" belonging to the closest parent node in the JSON document, if it exists</t>

0 commit comments

Comments
 (0)